From: Date: Thu, 2 Dec 2004 01:33:36 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~590 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecac37514c44a2cf31601841ae8dffe6a8509a48;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index daa36d0d87..28fc4b2315 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +2004-12-01 Stefan Esser + + * (PHP_4_3) + TSRM/tsrm_virtual_cwd.c: + Fixed missing opening bracket + + * TSRM/tsrm_virtual_cwd.c: + Fixed behaviour of TSRM in case of realpath() failure + + * ext/standard/var_unserializer.c + ext/standard/var_unserializer.re: + Beware of negative indices + + * main/safe_mode.c: + Do not silently truncate + +2004-12-01 Ilia Alshanetsky + + * (PHP_4_3) + Zend/zend_strtod.c: + MFH: Removed extra space that causes problems for some compilers. + + * ZendEngine2/zend_strtod.c: + MFB: Removed extra space that causes problems for some compilers. + + * (PHP_5_0) + ZendEngine2/zend_strtod.c: + Removed extra space that causes problems for some compilers. + +2004-12-01 Dmitry Stogov + + * (PHP_5_0) + NEWS: + Fixed bug #30329 (Error Fetching http body, No Content-Length, connection + closed or chunked data). + + * (PHP_5_0) + NEWS: + Fixed bug #30359 (SOAP client requests have no port in "Host" field ). + +2004-12-01 Derick Rethans + + * (PHP_5_0) + ZendEngine2/zend_strtod.c: + - revert unwanted change + + * (PHP_4_3) + Zend/zend_strtod.c: + - MFH: Fixed MacOSX compilation (Patch by Christian) + + * ZendEngine2/zend_strtod.c + ZendEngine2/zend_strtod.c: + - Fixed MacOSX compilation (Patch by Christian) + + * (PHP_5_0) + ZendEngine2/zend.h: + - And in Zend/ too. + + * (PHP_5_0) + configure.in + main/php_version.h: + - Roll back to -dev + +2004-12-01 Dmitry Stogov + + * ZendEngine2/tests/bug29883.phpt + ZendEngine2/tests/bug29883.phpt: + + file bug29883.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug29883.phpt: + Fixed bug #29883 (isset gives invalid values on strings). + +2004-12-01 Derick Rethans + + * INSTALL + INSTALL: + - MF43: Update install instructions + + * (PHP_4_3) + INSTALL: + - Update INSTALL file (to add static instructions) + 2004-11-30 Ilia Alshanetsky * ext/ctype/ctype.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ddb99aa773..78fafb17e0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,37 @@ +2004-12-01 Ilia Alshanetsky + + * zend_strtod.c: + MFB: Removed extra space that causes problems for some compilers. + + * (PHP_5_0) + zend_strtod.c: + Removed extra space that causes problems for some compilers. + +2004-12-01 Derick Rethans + + * (PHP_5_0) + zend_strtod.c: + - revert unwanted change + + * zend_strtod.c + zend_strtod.c: + - Fixed MacOSX compilation (Patch by Christian) + + * (PHP_5_0) + zend.h: + - And in Zend/ too. + +2004-12-01 Dmitry Stogov + + * (PHP_5_0) + zend_execute.c + zend_vm_def.h + zend_vm_execute.h + tests/bug29883.phpt + tests/bug29883.phpt + tests/bug29883.phpt: + Fixed bug #29883 (isset gives invalid values on strings). + 2004-11-30 Andi Gutmans * (PHP_5_0)