This repository was archived by the owner on Jan 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 1- phpZenfolio 1.0 - PHP Wrapper for the Zenfolio API
1+ phpZenfolio 1.1 - PHP Wrapper for the Zenfolio API
22==================================================
33
44Written 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
5756Please 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'.
459458Change 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
You can’t perform that action at this time.
0 commit comments