]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 25 Mar 2009 01:32:55 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 25 Mar 2009 01:32:55 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 1f3cbce35f00c6e3493878f84e5bd681fb3d0143..b5c06a7d6c179b04a3bc0265a46a20ed9dd488a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2009-03-24  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      EXTENSIONS:
+      
+      Updated PDO maintainers
+
+2009-03-24  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * win32/build/mkdist.php:
+      - MFB: new php.ini names
+
+    * (PHP_5_3)
+      win32/build/mkdist.php:
+      - new php.ini names
+
+2009-03-24  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/pdo/pdo_stmt.c
+      ext/pdo_mysql/tests/bug44327.phpt
+      ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt
+      ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt:
+      - Synced pieces of codes
+      - Fixed tests
+
+2009-03-24  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c:
+      Fixed double efree()
+
+    * ZendEngine2/zend_hash.h
+      ZendEngine2/zend_hash.h:
+      Fixed "-0" parsing and optimized overflow check (Matt)
+
+2009-03-24  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt:
+      - Fix test
+
+2009-03-24  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      ext/gd/gd.c:
+      - GEPJ.. (thx to Derick for the head!)
+
+    * (PHP_5_3)
+      NEWS:
+      -  #47757 rename JPG to JPEG in phpinfo
+
+    * (PHP_5_3)
+      ext/odbc/php_odbc.c:
+      - fix logic after my build fix, thx to Hannes for the head up!
+
+    * ext/gd/gd.c:
+      - MFB: #47757 rename JPG to JPEG in phpinfo
+
+    * (PHP_5_3)
+      ext/gd/gd.c:
+      - #47757 rename JPG to JPEG in phpinfo
+
+    * (PHP_5_3)
+      ext/odbc/php_odbc.c:
+      - fix build
+
+2009-03-24  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * (PHP_5_3)
+      ext/zlib/zlib.c:
+      Fix bug #42362 - certain status codes never have output, so sending the
+      gzip compression headers cause problems
+
 2009-03-23  Felipe Pena  <felipensp@gmail.com>
 
     * ext/pdo/pdo_dbh.c:
index cc10b23062d81bcdaf7766b6ab357d2076719d51..f35bc5c5b38169ee282279ef87d216b39913379d 100644 (file)
@@ -1,3 +1,14 @@
+2009-03-24  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_API.c
+      zend_API.c
+      zend_API.c:
+      Fixed double efree()
+
+    * zend_hash.h
+      zend_hash.h:
+      Fixed "-0" parsing and optimized overflow check (Matt)
+
 2009-03-20  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_alloc.c