From: Date: Tue, 27 May 2003 00:30:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~571 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=119e15018922f2569cccbe438eadb1da69651294;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 233f28cab7..47de918777 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2003-05-26 Jani Taskinen + + * sapi/cgi/cgi_main.c: + MFB: nuked php_header() call from the sapi_cgi_log_message() + + * (PHP_4_3) + sapi/cgi/cgi_main.c: + Nuke the php_header() call here. Fixes the rest of #14409. + +2003-05-26 Moriyoshi Koizumi + + * (PHP_4_3) + ext/standard/tests/strings/htmlentities02.phpt: + MFH(r-1.8): changed the test so it would not fail on some old platforms. + + * ext/standard/tests/strings/htmlentities02.phpt: + Changed the test so it would not fail on some old platforms. + +2003-05-26 Melvyn Sopacua + + * (PHP_4_3) + ext/standard/string.c: + Make LC_MESSAGES available, for platforms that don't have it natively, + when gettext is compiled in. + +2003-05-26 Wez Furlong + + * (PHP_4_3) + ext/standard/file.c: + Plug a leak - noticed by Ilia. + +2003-05-26 Derick Rethans + + * sapi/cli/php_cli.c: + - MFB + + * (PHP_4_3) + NEWS + sapi/cli/php_cli.c: + - Fixed a bug in reporting start-up errors with the CLI: No HTTP header + shall + be shown. + + * sapi/apache2handler/php_functions.c: + - Fix typo + +2003-05-26 Jani Taskinen + + * ext/standard/tests/array/bug23788.phpt: + + Added regression test for bug #23788 + + * (PHP_4_3) + NEWS: + BFN + +2003-05-26 Ilia Alshanetsky + + * (PHP_4_3) + ext/pcre/php_pcre.c + ext/standard/string.c: + MFB + +2003-05-26 Shane Caraveo + + * sapi/cgi/cgi_main.c: + http://bugs.php.net/bug.php?id=14409 + move from PHP_4_3 + 2003-05-25 Ilia Alshanetsky * ext/pcre/php_pcre.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7d66dca595..f9aa962d5a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2003-05-26 Marcus Boerger + + * zend_language_scanner.l: + Add pseudo constant __METHOD__ to easily report namespace::class::method. + + 2003-05-23 Marcus Boerger * zend_API.h: