]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 19 Dec 2006 01:31:00 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 19 Dec 2006 01:31:00 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 37044b3bd2e5a3621acc6c7cfc0d42a398ba1912..bd409ed8e10c8df783d5786d3fa66968dc9da9c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,199 @@
+2006-12-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/spl/tests/observer_004.phpt
+      ext/spl/tests/observer_005.phpt:
+      - More tests
+      - Test naming
+
+2006-12-18  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/standard/basic_functions.c:
+      Fix ZTS
+
+2006-12-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/spl/spl_observer.c
+      ext/spl/tests/observer_003.phpt
+      ext/spl/tests/observer_004.phpt:
+      - Support members in SplObjectStorage serialization / shorter serialization
+
+2006-12-18  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * unicode-progress.txt
+      ext/standard/basic_functions.c:
+      Unicode support in get_cfg_var().
+
+    * ext/standard/basic_functions.c:
+      Fix macro.
+
+    * ext/standard/basic_functions.c:
+      Unicode support in parse_ini_file().
+
+2006-12-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/pdo_pgsql/pgsql_driver.c:
+      MFB: Fixed bug #39845 (Persistent connections generate a warning in
+      pdo_pgsql).
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo_pgsql/pgsql_driver.c:
+      Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql).
+
+    * ext/filter/sanitizing_filters.c:
+      MFB: Cleanup & optimize php_filter_encode_url()
+
+    * (PHP_5_2)
+      ext/filter/sanitizing_filters.c:
+      Cleanup & optimize php_filter_encode_url()
+
+    * ext/filter/sanitizing_filters.c
+      ext/standard/php_string.h
+      ext/standard/string.c:
+      MFB: Less hackish support for spaces at the start of tags within
+      strip_tags()
+
+    * (PHP_5_2)
+      ext/filter/sanitizing_filters.c
+      ext/standard/php_string.h
+      ext/standard/string.c:
+      Less hackish support for spaces at the start of tags within strip_tags()
+
+    * ext/filter/filter_private.h
+      ext/filter/logical_filters.c
+      ext/filter/tests/042.phpt
+      ext/filter/tests/044.phpt:
+      MFB: Fixed bugs with trimming of spaces
+
+    * (PHP_5_2)
+      NEWS
+      ext/filter/filter_private.h
+      ext/filter/logical_filters.c
+      ext/filter/tests/042.phpt
+      ext/filter/tests/044.phpt
+      ext/filter/tests/044.phpt:
+      Fixed bugs with trimming of spaces
+
+2006-12-18  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/php_fopen_wrapper.c:
+      MFH: fix #39850 (SplFileObject throws contradictory/wrong error messages
+      when trying to open "php://wrong")
+
+    * ext/standard/php_fopen_wrapper.c:
+      fix #39850 (SplFileObject throws contradictory/wrong error messages when
+      trying to open "php://wrong")
+
+2006-12-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/soap/tests/bugs/bug39832.phpt
+      ext/soap/tests/bugs/bug39832.phpt
+      ext/soap/tests/bugs/bug39832.wsdl
+      ext/soap/tests/bugs/bug39832.wsdl:
+      
+      file bug39832.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      ext/soap/php_encoding.c
+      ext/soap/php_encoding.c
+      ext/soap/tests/bugs/bug39832.phpt
+      ext/soap/tests/bugs/bug39832.wsdl:
+      Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified
+      type are set to 0)
+
+2006-12-18  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      main/SAPI.c:
+      MFH: fix possible invalid read (reproducible only on big-endian machines)
+
+    * main/SAPI.c:
+      fix possible invalid read (reproducible only on big-endian machines)
+
+2006-12-18  Zeev Suraski  <zeev@zend.com>
+
+    * (PHP_5_2)
+      main/SAPI.c:
+      Whitespace
+
+2006-12-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/Zend.m4
+      ZendEngine2/Zend.m4
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      Fixed random generation of cookies and canaries
+
+2006-12-18  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/tests/strings/sprintf_f_2.phpt
+      ext/standard/tests/strings/sprintf_f_3.phpt:
+      fix test names
+
+    * (PHP_5_2)
+      ext/standard/formatted_print.c:
+      remove the comment, it's not valid anymore
+
+2006-12-18  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_2)
+      ext/standard/formatted_print.c
+      ext/standard/tests/strings/sprintf_f_2.phpt
+      ext/standard/tests/strings/sprintf_f_3.phpt
+      main/snprintf.c:
+      MFH:
+      - make %f locale aware again
+      - fix precision loss with %F (noticed by Sebastian Nohn)
+      - add new tests
+
+    * ext/standard/formatted_print.c
+      ext/standard/tests/strings/sprintf_f_2.phpt
+      ext/standard/tests/strings/sprintf_f_2.phpt
+      ext/standard/tests/strings/sprintf_f_3.phpt
+      ext/standard/tests/strings/sprintf_f_3.phpt
+      main/snprintf.c:
+      - make %f locale aware again
+      - fix precision loss with %F (noticed by Sebastian Nohn)
+      - add new tests
+
+2006-12-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_alloc.c:
+      MFH: __builtin_expect() exists only in GCC 3.0 and higher
+
+2006-12-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/filter/sanitizing_filters.c
+      ext/filter/tests/025.phpt
+      ext/filter/tests/042.phpt
+      ext/filter/tests/043.phpt
+      ext/standard/string.c:
+      MFB:  Filter fixes:
+       Fixed possible double encoding problem with sanitizing filters
+       Make use of space-strict strip_tags() function
+
+    * (PHP_5_2)
+      NEWS
+      ext/filter/sanitizing_filters.c
+      ext/filter/tests/025.phpt:
+      Filter fixes:
+       Fixed possible double encoding problem with sanitizing filters
+       Make use of space-strict strip_tags() function
+
+    * ext/filter/tests/042.phpt
+      ext/filter/tests/042.phpt
+      ext/filter/tests/043.phpt
+      ext/filter/tests/043.phpt
+      ext/standard/string.c:
+      
+      file 042.phpt was initially added on branch PHP_5_2.
+
 2006-12-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/spl/spl_observer.c
index bfe8745b2525bbc89511016f9129debee0bbbb1a..be7eb92221397230c8f81e9ebdd7b1243afa591b 100644 (file)
@@ -1,3 +1,15 @@
+2006-12-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * Zend.m4
+      Zend.m4
+      zend_alloc.c
+      zend_alloc.c:
+      Fixed random generation of cookies and canaries
+
+    * (PHP_5_2)
+      zend_alloc.c:
+      MFH: __builtin_expect() exists only in GCC 3.0 and higher
+
 2006-12-16  Hannes Magnusson  <hannes.magnusson@gmail.com>
 
     * zend_API.h: