From: Date: Fri, 11 Mar 2005 01:50:54 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~845 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5727828651f41d81b97ba99b79c033fbdb694ba4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bb0fca3028..4b932af4b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,142 @@ +2005-03-10 Marcus Boerger + + * ext/standard/string.c: + - Cosmetics + + * ext/standard/string.c: + - Do not touch return_valu's refcount or is_ref + +2005-03-10 Ilia Alshanetsky + + * ext/ftp/ftp.c + ext/ftp/php_ftp.c: + Final set of fixes for bug #27633. + + +2005-03-10 Rob Richards + + * acinclude.m4: + require libxml 2.6.0 or higher + +2005-03-10 Zeev Suraski + + * ext/standard/basic_functions.c: + Oops, revert. + + * ext/standard/basic_functions.c: + Fix prototype + +2005-03-10 Marcus Boerger + + * run-tests2.php + server-tests.php + server-tests.php + server-tests.php: + - Rename test script + + * run-tests2.php: + - Make this work under 5 + +2005-03-10 Anantha Kesari H Y + + * (PHP_5_0) + main/php_compat.h: + NetWare can use of ./configure generated php_config.h + + * (PHP_5_0) + ext/standard/ftp_fopen_wrapper.c: + NetWare Specific stat member changes + +2005-03-10 Marcus Boerger + + * ZendEngine2/tests/bug28442.phpt + ZendEngine2/tests/bug28442.phpt: + + - Bugfix #28442 + + * ZendEngine2/zend_compile.c: + - Bugfix #28442 + +2005-03-10 Anantha Kesari H Y + + * (PHP_5_0) + ext/standard/pageinfo.c: + NetWare LibC has pwd.h and removing the redundant NEW_LIBC checks + + * (PHP_5_0) + ext/standard/pack.c + ext/standard/rand.c: + NetWare LibC has pwd.h + + * (PHP_5_0) + ext/standard/basic_functions.c: + NetWare LibC has netdb.h + + * (PHP_5_0) + ext/session/mod_files.c: + NetWare stat structure difference has been handled + +2005-03-10 Joe Orton + + * (PHP_4_3) + sapi/apache2handler/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + MFH: - Fixed bug #31717: Reject PATH_INFO if "AcceptPathInfo off" is used. + +2005-03-10 Anantha Kesari H Y + + * (PHP_5_0) + ZendEngine2/acconfig.h: + Autoconf based build can be used for NetWare + + * (PHP_5_0) + main/php.h: + NetWare LibC has param.h and pwd.h + + * (PHP_5_0) + ZendEngine2/zend.h: + NetWare can make use of ./configure generated zend_config.h + +2005-03-10 Joe Orton + + * ext/standard/html.c: + Fix /*-within-comment warning from GCC. + + * sapi/apache2handler/sapi_apache2.c: + - Fixed bug #31717: Reject PATH_INFO if "AcceptPathInfo off" is used. + +2005-03-10 Anantha Kesari H Y + + * (PHP_5_0) + TSRM/threads.m4: + This fix is needed for cross compilation to go through + + * (PHP_5_0) + ZendEngine2/Zend.m4: + This patch is needed for cross compilation to go through + +2005-03-10 Marcus Boerger + + * ZendEngine2/zend_vm_execute.h: + - #31562 2nd part + + * ZendEngine2/zend_vm_def.h: + - Fix #31562 + + * (PHP_4_3) + NEWS + NEWS + NEWS + NEWS: + - BFN + + * ext/standard/var_unserializer.c: + - Wrong order of action - touch + + * ext/standard/var_unserializer.re: + - Fix #31442 unserialize broken on 64-bit systems + - Fix one warning + 2005-03-09 Marcus Boerger * ext/standard/var_unserializer.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index dfb352a678..e99f69abdd 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,35 @@ +2005-03-10 Marcus Boerger + + * tests/bug28442.phpt + tests/bug28442.phpt: + + - Bugfix #28442 + + * zend_compile.c: + - Bugfix #28442 + +2005-03-10 Anantha Kesari H Y + + * (PHP_5_0) + acconfig.h: + Autoconf based build can be used for NetWare + + * (PHP_5_0) + zend.h: + NetWare can make use of ./configure generated zend_config.h + + * (PHP_5_0) + Zend.m4: + This patch is needed for cross compilation to go through + +2005-03-10 Marcus Boerger + + * zend_vm_execute.h: + - #31562 2nd part + + * zend_vm_def.h: + - Fix #31562 + 2005-03-07 Marcus Boerger * zend.h