changelog Sun Jun 4 05:31:51 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2365&r2=1.2366&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2365 php-src/ChangeLog:1.2366 --- php-src/ChangeLog:1.2365 Sat Jun 3 05:31:53 2006 +++ php-src/ChangeLog Sun Jun 4 05:31:51 2006 @@ -1,3 +1,63 @@ +2006-06-03 Johannes Schlüter <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * main/php_output.h: + - remove obsolete cruft + +2006-06-03 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend.c: + - Revert - Needs further discussing + +2006-06-03 Michael Wallner <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend.c: + - Printable is supposed to return nativ/unicode depending on ini setting + 2006-06-02 Antony Dovgal <[EMAIL PROTECTED]> * ext/exif/tests/bug34704.phpt