]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 24 Mar 2007 01:31:10 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 24 Mar 2007 01:31:10 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index ca43806c482a928e137870939f89ad504bdefd06..9cc2b1e8d2d82e5f00d02a04a3fa40b04283ae1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+2007-03-23  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re
+      ext/standard/tests/serialize/unserializeS.phpt:
+      MFB: fix MOPB-29 - unserialize modifier S does not calculate length
+      correctly
+
+2007-03-23  Nuno Lopes  <nunoplopes@sapo.pt>
+
+    * (PHP_5_2)
+      ext/standard/var_unserializer.c:
+      regenerate to fix gcov build. plus use re2c bitvectors
+
+2007-03-23  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_5_2)
+      NEWS:
+      fix MOPB-29 - unserialize modifier S does not calculate length correctly
+
+    * ext/standard/tests/serialize/unserializeS.phpt
+      ext/standard/tests/serialize/unserializeS.phpt:
+      
+      file unserializeS.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re:
+      fix MOPB-29 - unserialize modifier S does not calculate length correctly
+
+    * ZendEngine2/zend_object_handlers.c:
+      fix comment
+
+    * (PHP_5_2)
+      ZendEngine2/zend_object_handlers.c:
+      fix comment - guard system changed
+
+2007-03-23  Douglas Goldstein  <cardoe@gentoo.org>
+
+    * ext/ldap/ldap.c:
+      Replaced all instances of ldap_get_values() with ldap_get_values_len(),
+      which returns back the length of the data so on non-NULL terminated data
+      we don't crash in a strlen(). Removed the PHP function ldap_get_values()
+      since it's the same thing as ldap_get_values_len() now and made it alias
+      ldap_get_values_len(). This should fix some random PHP<->LDAP crashes
+
+2007-03-23  Wez Furlong  <wez.php.net@netevil.org>
+
+    * (PHP_5_2)
+      ext/pdo_sqlite/pdo_sqlite.c:
+      export the module guy in the external dll version of the build
+
+2007-03-23  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/tests/bug40899.phpt
+      ZendEngine2/tests/bug40899.phpt
+      ZendEngine2/tests/bug40899.phpt:
+      Fixed bug #40899 (memory leak when nesting list())
+
+2007-03-23  Antony Dovgal  <antony@zend.com>
+
+    * ext/mysqli/mysqli.c:
+      fix typo and bug #40898
+
+2007-03-23  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)
+
 2007-03-22  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index bb8e974056c8e6d477952eba301c5eb5dba1d2b7..80c427f08b6f5c70d1b4e61edec3d02c504173fb 100644 (file)
@@ -1,3 +1,28 @@
+2007-03-23  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_object_handlers.c:
+      fix comment
+
+    * (PHP_5_2)
+      zend_object_handlers.c:
+      fix comment - guard system changed
+
+2007-03-23  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_compile.c
+      zend_compile.c
+      tests/bug40899.phpt:
+      Fixed bug #40899 (memory leak when nesting list())
+
+    * tests/bug40899.phpt
+      tests/bug40899.phpt:
+      
+      file bug40899.phpt was initially added on branch PHP_5_2.
+
+    * zend_alloc.c
+      zend_alloc.c:
+      Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)
+
 2007-03-20  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_alloc.c