From 988acbf86a8f95f0c11a434d57d43efa66ebe3b1 Mon Sep 17 00:00:00 2001 From: Date: Wed, 31 May 2006 05:31:57 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 124 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 12 +++++ 2 files changed, 136 insertions(+) diff --git a/ChangeLog b/ChangeLog index 41bbebf553..7f4baf397e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,127 @@ +2006-05-30 Marcus Boerger + + * (PHP_5_2) + tests/classes/inheritance_003.phpt + tests/classes/inheritance_004.phpt: + - Add new tests + + * tests/classes/inheritance_003.phpt + tests/classes/inheritance_003.phpt + tests/classes/inheritance_004.phpt + tests/classes/inheritance_004.phpt: + + - Add new tests + + * ZendEngine2/zend_compile.c: + - Fix test logic + + * (PHP_5_2) + ZendEngine2/zend_compile.c: + - Switch back to old severities and still keep bugfix for + +2006-05-30 Antony Dovgal + + * ext/oci8/oci8_collection.c: + fix compilation on some b0rked systems that must have collections support + but they don't + +2006-05-30 Marcus Boerger + + * ZendEngine2/zend_compile.c: + - WS + +2006-05-30 Sara Golemon + + * ext/standard/tests/file/mkdir-004.phpt + ext/standard/tests/file/mkdir-005.phpt: + Minor fixes (bjori) + +2006-05-30 Michael Wallner + + * ext/pcntl/pcntl.c: + MFB: fix bug 37635 (argument to pcntl signal handler is trashed) + + * (PHP_5_2) + NEWS + ext/pcntl/pcntl.c: + - fix bug #37635 (parameter of pcntl signal handler is trashed) + +2006-05-30 Seiji Masugata + + * (PHP_5_2) + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + added mb_stristr( ), mb_strrichr( ). + + * (PHP_5_2) + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + added mb_strstr( ), mb_strrchr( ). + + * (PHP_5_2) + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + added mb_stripos( ), mb_strripos( ). + + * (PHP_5_2) + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + added mb_list_encodings_alias_names( ), mb_list_mime_names( ). + + * (PHP_5_2) + ext/mbstring/mbstring.c: + added option parameter mb_list_encodings( ). + +2006-05-30 Ilia Alshanetsky + + * ext/standard/basic_functions.c + ext/standard/php_var.h + ext/standard/var.c: + MFB: Added memory_get_peak_usage() function for retrieving peak memory + usage of a PHP script. + + * (PHP_5_2) + NEWS + ext/standard/basic_functions.c + ext/standard/php_var.h + ext/standard/var.c: + Added memory_get_peak_usage() function for retrieving peak memory usage of + a PHP script. + +2006-05-30 Antony Dovgal + + * (PHP_4_4) + ext/oci8/config.m4: + merge the last change in 4.4 and allow ext/oci8 to be built against basic + lite package + (as Derick requested) + + * (PHP_5_2) + ext/oci8/config.m4: + MFH: don't require libociei, this allows us to build ext/oci8 against + basiclite OIC package + + * ext/oci8/config.m4: + don't require libociei, this allows us to build ext/oci8 against basiclite + OIC package + +2006-05-30 Derick Rethans + + * (PHP_5_2) + NEWS: + - MFH: Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch + by + Hannes Magnusson) + +2006-05-30 Ilia Alshanetsky + + * ext/wddx/wddx.c: + MFB: Convert E_ERROR to E_RECOVERABLE_ERROR + + * (PHP_5_2) + ext/wddx/wddx.c: + Convert E_ERROR to E_RECOVERABLE_ERROR + 2006-05-29 Antony Dovgal * ext/pcre/php_pcre.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1b689765be..5025b0d909 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2006-05-30 Marcus Boerger + + * zend_compile.c: + - Fix test logic + + * (PHP_5_2) + zend_compile.c: + - Switch back to old severities and still keep bugfix for + + * zend_compile.c: + - WS + 2006-05-29 Antony Dovgal * (PHP_5_2) -- 2.50.1