From 841a736681c93c76e825ee1c0441253765f0d3af Mon Sep 17 00:00:00 2001 From: Date: Fri, 6 Oct 2006 01:32:17 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 157 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 24 ++++++++ 2 files changed, 181 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2abeb0b9ec..eac86efea9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,160 @@ +2006-10-05 Sara Golemon + + * (PHP_4_4) + Zend/zend.c + ZendEngine2/zend.c: + MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling + zend_execute_scripts() + + * ZendEngine2/zend.c: + Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts() + +2006-10-05 Andrei Zmievski + + * ZendEngine2/zend.c: + This might not be necessary if we clean it all up ourselves. + + * ext/standard/string.c: + TODO + + * unicode-progress.txt + ext/standard/string.c: + Unicode support for str_replace() and str_ireplace(). + + +2006-10-05 Sara Golemon + + * ext/bz2/bz2.c + ext/bz2/tests/001.phpt + ext/bz2/tests/004.phpt + ext/bz2/tests/005.phpt: + Updated for PHP6 + +2006-10-05 Antony Dovgal + + * (PHP_5_2) + ext/standard/tests/strings/str_replace.phpt: + ilia: are you serious? + tony2001: yes + +2006-10-05 Pierre-Alain Joye + + * ext/filter/package.xml: + - env/server support is not yet fixed + +2006-10-05 Antony Dovgal + + * (PHP_5_2) + ext/standard/tests/strings/str_replace.phpt: + add test + + * ext/standard/tests/strings/str_replace.phpt + ext/standard/tests/strings/str_replace.phpt: + + add test + +2006-10-05 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + 5.2.0RC5 + +2006-10-05 Andrei Zmievski + + * (PHP_5_2) + ext/standard/string.c: + Increment replace count value for case-sensitive single char searches. + +2006-10-05 Hannes Magnusson + + * ext/pgsql/pgsql.c: + MFB: + - nuke unused variable + - "prefer" two arguments + - only print "wrong parameter count" once + + * (PHP_5_2) + ext/pgsql/pgsql.c: + - nuke unused variable + - "prefer" two arguments + - only print "wrong parameter count" once + +2006-10-05 Antony Dovgal + + * (PHP_5_2) + ext/curl/multi.c + ext/curl/php_curl.h: + MFH: decrement ch->uses (or destroy handle) when destroying multi handle + + * ext/curl/multi.c + ext/curl/php_curl.h: + decrement ch->uses (or destroy handle) when destroying multi handle + + * ext/imap/php_imap.c: + MFB: fix build with new c-client + + * (PHP_5_2) + ext/imap/php_imap.c: + fix build with new version of c-client + +2006-10-05 Dmitry Stogov + + * (PHP_5_2) + TSRM/tsrm_virtual_cwd.c: + CRLF->CR + +2006-10-05 Rob Richards + + * ext/dom/document.c + ext/dom/tests/domdocument.phpt: + mark functions unicode compliant + add test + +2006-10-05 Edin Kadribasic + + * (PHP_5_2) + NEWS: + Library updates + + * ext/pdo_pgsql/config.w32 + ext/pgsql/config.w32: + MFB: Added PQescapeStringConn support to windows too + + * (PHP_5_2) + ext/pdo_pgsql/config.w32 + ext/pgsql/config.w32: + Added PQescapeStringConn support to windows too + +2006-10-05 Dmitry Stogov + + * ZendEngine2/zend_alloc.h: + Allow future extensibility without binary compatibility break + + * (PHP_5_2) + ZendEngine2/zend_alloc.h: + Allow future extensibility without binary compatibility break + + * (PHP_5_2) + NEWS + TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.c: + Fixed bug #38989 (Absolute path with slash at beginning doesn't work on + win) + +2006-10-05 Ilia Alshanetsky + + * ext/openssl/xp_ssl.c: + MFB: Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from + servers running Google web server). + + * (PHP_5_2) + NEWS + ext/openssl/xp_ssl.c: + Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from + servers running Google web server). + 2006-10-04 Ilia Alshanetsky * ext/pdo_pgsql/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8d922a6d3e..3a099b49d4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,27 @@ +2006-10-05 Sara Golemon + + * (PHP_5_2) + zend.c: + MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling + zend_execute_scripts() + + * zend.c: + Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts() + +2006-10-05 Andrei Zmievski + + * zend.c: + This might not be necessary if we clean it all up ourselves. + +2006-10-05 Dmitry Stogov + + * zend_alloc.h: + Allow future extensibility without binary compatibility break + + * (PHP_5_2) + zend_alloc.h: + Allow future extensibility without binary compatibility break + 2006-10-04 Antony Dovgal * (PHP_5_2) -- 2.50.1