From 46832dbcab77079dedf167a00f9f845aa4e1f95f Mon Sep 17 00:00:00 2001 From: Date: Sun, 30 Mar 2003 01:30:49 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 19 +++++++++++++ 2 files changed, 94 insertions(+) diff --git a/ChangeLog b/ChangeLog index 569790c8d8..7542cffe92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2003-03-29 Moriyoshi Koizumi + + * ext/standard/var.c: + Improved var_dump() and debug_zval_dump() so they also show the + namespace of the given object. + +2003-03-29 Marcus Boerger + + * main/php_ini.c: + fix phpinfo() & php -i + + * sapi/cli/php_cli.c: + use sizeof() as suggested by Andrei + +2003-03-29 Derick Rethans + + * sapi/cli/php_cli.c: + - html errors should default to off (0) in CLI + +2003-03-29 Moriyoshi Koizumi + + * sapi/cgi/cgi_main.c: + Fixed too optimized part + + * sapi/cgi/cgi_main.c: + CS & WS fixes + + * (PHP_4_3) + configure.in: + MFH(r-1.436): improved bison check; now configure accepts 1.28, 1.35 and + 1.75 + only. + + * configure.in: + Improved bison check; now configure accepts 1.28, 1.35, and 1.75 only. + + * (PHP_4_3) + ext/mbstring/tests/mb_parse_str.phpt + ext/mbstring/tests/mb_parse_str02.phpt: + MFH: fixed test cases so it wouldn't be failed in case register_globals=on + + * ext/mbstring/tests/mb_parse_str.phpt + ext/mbstring/tests/mb_parse_str02.phpt: + Fixed test cases so they wouldn't be failed in case register_globals=on + +2003-03-29 Sterling Hughes + + * Makefile.global + acinclude.m4 + configure.in + sapi/apache/apMakefile.tmpl + sapi/apache/config.m4 + sapi/apache/libphp4.module.in + sapi/apache/libphp5.module.in + sapi/apache/mod_php4.c + sapi/apache/mod_php4.exp + sapi/apache/mod_php4.h + sapi/apache/mod_php5.c + sapi/apache/mod_php5.exp + sapi/apache/mod_php5.h + sapi/apache/php.sym + sapi/apache/php_apache_http.h + sapi/apache2filter/config.m4 + sapi/apache2filter/php.sym + sapi/apache2filter/php_apache.h + sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/config.m4 + sapi/apache2handler/php.sym + sapi/apache2handler/php_apache.h + sapi/apache2handler/sapi_apache2.c: + update php module name to php5, not php4. + apache, apache2* and cli/cgi work. + sapi module maintainers should fix up their sapis, as I don't run + any servers with php outside of apache. + 2003-03-28 Derick Rethans * run-tests.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 90ac7be871..3100e29264 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2003-03-29 Zeev Suraski + + * zend_compile.c: + Add missing initialization + + * zend_compile.c: + Fix crash + + * zend_API.c + zend_compile.c + zend_compile.h: + Initial support for enforcing prototype of abstract/interface method + implementations + +2003-03-29 Sterling Hughes + + * zend.c: + remove unused variable + 2003-03-27 Stanislav Malyshev * zend_execute.c: -- 2.50.1