]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 8 Jan 2007 01:31:08 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Mon, 8 Jan 2007 01:31:08 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 7d7259e737905b50922df9383fb664c0e796b25c..0b547c375014bc4854198c633985d9b3e57f467f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2007-01-07  Sara Golemon  <sara@golemon.com>
+
+    * ZendEngine2/zend_alloc.h:
+      Typo
+
+2007-01-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/openssl/config.w32
+      ext/openssl/config0.m4
+      ext/openssl/openssl.c:
+      
+      Fixed bug #39394 (Missing check for older variants of openssl).
+
+2007-01-07  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/date/tests/bug37514.phpt:
+      Use relative timestamp
+
+    * (PHP_5_2)
+      ext/date/tests/bug37514.phpt:
+      Use relative timestamp
+
+2007-01-07  Sara Golemon  <sara@golemon.com>
+
+    * ext/standard/user_filters.c
+      ext/standard/tests/filters/001.phpt
+      ext/standard/tests/filters/bug35916.phpt:
+      Remaining unicode updates for user filters
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h:
+      Add add_property_zstr(l)(_ex)()
+
+    * ZendEngine2/zend_alloc.h:
+      Add pestrndup()
+
+    * ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.h:
+      Fix prior commit noticing this time that persistent allocators start with
+      zend_*() and that one already exists
+
+    * ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.h:
+      Flesh out some missing API calls
+
+2007-01-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/pgsql/pgsql.c:
+      
+      Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to
+      establish a new connection).
+
+    * (PHP_5_2)
+      NEWS
+      ext/spl/spl_array.c
+      ext/spl/tests/bug40036.phpt
+      ext/spl/tests/bug40036.phpt:
+      
+      Fixed bug #40036 (empty() does not work correctly with ArrayObject when
+      using ARRAY_AS_PROPS).
+
+    * (PHP_5_2)
+      ext/zip/php_zip.c:
+      Fixed memory leaks on error
+
 2007-01-06  Nuno Lopes  <nunoplopes@sapo.pt>
 
     * main/php_logos.c:
index ac5813f66d45c2d45751e5831463e396dbec19be..c4aeb7dad4044fa4c80d16f91439b15fd4d6c282 100644 (file)
@@ -1,3 +1,24 @@
+2007-01-07  Sara Golemon  <sara@golemon.com>
+
+    * zend_alloc.h:
+      Typo
+
+    * zend_API.c
+      zend_API.h:
+      Add add_property_zstr(l)(_ex)()
+
+    * zend_alloc.h:
+      Add pestrndup()
+
+    * zend_alloc.c
+      zend_alloc.h:
+      Fix prior commit noticing this time that persistent allocators start with
+      zend_*() and that one already exists
+
+    * zend_alloc.c
+      zend_alloc.h:
+      Flesh out some missing API calls
+
 2007-01-05  Sara Golemon  <sara@golemon.com>
 
     * zend_builtin_functions.c: