From: Date: Sun, 4 Jun 2006 05:31:56 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~2791 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a89e7447bf610f50e3a8704e5b427d7120522fe9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b807c1083d..4b5adde284 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2006-06-03 Johannes Schlüter + + * sapi/cgi/cgi_main.c + sapi/cli/php_cli.c: + - Removed useless -g command line option from CGI and CLI + - Fixed conflicting behaviour if -B and -a are set with CLI + - Fixed handling of auto_prepend and exceptions in readline-a-mode + +2006-06-03 Andrei Zmievski + + * ext/standard/array.c + ext/standard/array.c + ext/standard/php_array.h + ext/standard/php_array.h: + MFB + + * (PHP_5_2) + ext/standard/array.c + ext/standard/php_array.h: + I swear it wasn't me. + +2006-06-03 Michael Wallner + + * main/php_output.h: + - remove obsolete cruft + +2006-06-03 Marcus Boerger + + * ZendEngine2/zend.c: + - Revert - Needs further discussing + +2006-06-03 Michael Wallner + + * README.NEW-OUTPUT-API: + - update TS macro usage + + * ext/session/session.c + ext/standard/basic_functions.c + ext/standard/head.c + ext/standard/info.c + ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re + ext/standard/var.c + ext/zlib/zlib.c + main/SAPI.c + main/main.c + main/output.c + main/php_output.h + sapi/apache/mod_php5.c + sapi/apache2handler/php_functions.c + sapi/apache_hooks/mod_php5.c + sapi/cli/php_cli.c + sapi/nsapi/nsapi.c: + - explicit usage of TS macros + +2006-06-03 Marcus Boerger + + * ZendEngine2/zend.c: + - Printable is supposed to return nativ/unicode depending on ini setting + 2006-06-02 Antony Dovgal * ext/exif/tests/bug34704.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e095559a0f..b1eab365a8 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2006-06-03 Marcus Boerger + + * zend.c: + - Revert - Needs further discussing + + * zend.c: + - Printable is supposed to return nativ/unicode depending on ini setting + 2006-06-02 Sebastian Bergmann * (PHP_5_1)