Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 3132475

Browse files
committed
Updated documentation to list changes
1 parent 039d2e9 commit 3132475

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.txt

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
phpZenfolio 1.0 - PHP Wrapper for the Zenfolio API
1+
phpZenfolio 1.1 - PHP Wrapper for the Zenfolio API
22
==================================================
33

44
Written by Colin Seymour
@@ -51,8 +51,7 @@ PEAR packages:
5151

5252
* The corresponding MDB2_Driver_*
5353
(http://pear.php.net/search.php?q=MDB2_Driver&in=packages&setPerPage=20)
54-
for the database you wish to use. sqlite2 and MySQL are included with
55-
phpZenfolio.
54+
for the database you wish to use.
5655

5756
Please consult the above links for details on installing the PEAR modules.
5857

@@ -459,6 +458,22 @@ This document is also available online at `http://phpzenfolio.com/docs'.
459458
Change History
460459
==============
461460

461+
* 1.1 - 28 Mar '11
462+
463+
464+
* Use md5 to generate a uniq ID for each request instead of using
465+
intval() to ensure correct and consistent behaviour on 32-bit and
466+
64-bit platforms. (Ticket #1)
467+
468+
* Removed erroneous re-instantiation of processor when setting adapter.
469+
470+
* Corrected check for safe_dir OR open_basedir so fails over to socket
471+
connection correctly (Ticket #2)
472+
473+
* Cache only successful requests
474+
475+
* Improved connection settings
476+
462477
* 1.0 - 01 Oct '10
463478

464479

0 commit comments

Comments
 (0)