]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 3 Jul 2008 01:31:50 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Thu, 3 Jul 2008 01:31:50 +0000 (01:31 +0000)
ChangeLog

index 03d586e255109cd9801e41813fd97a75f71b893e..d8554fa0c6cac43ae7d67355f04b73ce10b1f729 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2008-07-02  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_5_3)
+      ext/xmlrpc/xmlrpc-epi-php.c:
+      fix win build
+
+2008-07-02  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * win32/build/config.w32:
+      - MFB: compiler version and architecture detections
+
+    * win32/build/confutils.js:
+      - MFB:  Add summary info
+
+    * win32/build/buildconf.js:
+      - MFB: improve ADD_EXTENSION_DEP detection
+
+    * ext/zlib/config.w32:
+      - MFB: does not enable zlib when a lib or header is missign
+
+    * (PHP_5_3)
+      win32/build/confutils.js:
+      - add summary function and VC version info
+
+    * (PHP_5_3)
+      ext/imap/config.w32
+      ext/imap/php_imap.c:
+      - add version info for 2007a and b
+      - update config.w32
+
+2008-07-02  Olivier Hill  <olivier.hill@gmail.com>
+
+    * run-tests.php:
+      MFB: Fix parse error
+
+    * (PHP_5_3)
+      run-tests.php:
+      Fix parse error
+
+2008-07-02  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      run-tests.php:
+      - MFH: fix make test TESTS=... and dynamic extension usage on windows
+
+    * run-tests.php:
+      - fix make test TESTS=... and dynamic extension usage on windows
+
+2008-07-02  Antony Dovgal  <tony@daylessday.org>
+
+    * ext/spl/tests/fileobject_getsize_basic.phpt:
+      fix test
+
+    * ext/spl/spl_directory.c:
+      use zend_ascii_hash_find() and check its return value to prevent crash when
+      function not found
+
+2008-07-02  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/pgsql/pgsql.c:
+      - MFB: Added arginfo
+
+    * (PHP_5_3)
+      ext/pgsql/pgsql.c:
+      - Added arginfo
+
 2008-07-01  Felipe Pena  <felipensp@gmail.com>
 
     * ext/mcrypt/mcrypt.c