changelog Sun Jul 23 01:30:45 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2399&r2=1.2400&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2399 php-src/ChangeLog:1.2400 --- php-src/ChangeLog:1.2399 Sat Jul 22 01:30:50 2006 +++ php-src/ChangeLog Sun Jul 23 01:30:44 2006 @@ -1,3 +1,121 @@ +2006-07-22 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/xmlreader/php_xmlreader.c: + Mark XMLReader methods with U. + + * (PHP_5_2) + ext/standard/array.c: + Gah. + + * (PHP_5_2) + ext/standard/array.c: + Matt should be happy now. + +2006-07-22 Stefan Esser <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + main/rfc1867.c + main/rfc1867.h: + Added RFC1867 fileupload processing hook. + +2006-07-22 Jani Taskinen <[EMAIL PROTECTED]> + + * (PHP_4_4) + NEWS + NEWS + Zend/zend_API.c + ZendEngine2/zend_API.c: + MFH:- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be + called Foo) + + * ZendEngine2/zend_API.c: + - Fixed bug #38183 (disable_classes=Foobar causes disabled class to be + called Foo) + +2006-07-22 Rob Richards <[EMAIL PROTECTED]> + + * ext/json/config.w32: + enable by default + +2006-07-22 Nuno Lopes <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/json/JSON_parser.c + ext/json/json.c: + more const keywording + + * (PHP_5_2) + ext/gd/tests/dashedlines.phpt + ext/gd/tests/lines.phpt: + dont create images in the php source root. output them instead + +2006-07-22 Rob Richards <[EMAIL PROTECTED]> + + * win32/build/Makefile: + enable native and unicode tests + add ntest and utest build targets + + * run-tests.php: + force unicode off in native mode (-N switch) + swap usage of single and double quotes for win32 compat + +2006-07-22 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/filter/sanitizing_filters.c: + - MFB: fix compiler warnings + + * (PHP_5_2) + ext/filter/sanitizing_filters.c: + - hopla, before I got more conflicts ;) + (fix compiler warnings with latest const char changes) + +2006-07-22 Nuno Lopes <[EMAIL PROTECTED]> + + * ext/filter/filter.c + ext/filter/logical_filters.c + ext/filter/sanitizing_filters.c + ext/gd/tests/dashedlines.phpt + ext/gd/tests/lines.phpt + ext/json/JSON_parser.c + ext/json/json.c: + MFB + + * (PHP_5_2) + ext/filter/filter.c + ext/filter/logical_filters.c + ext/filter/sanitizing_filters.c: + use const keyword where possible + +2006-07-22 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/filter/filter.c + ext/filter/sanitizing_filters.c + ext/filter/tests/032.phpt + ext/filter/tests/bug7586.phpt + ext/filter/tests/bug7733.phpt: + MFB: + - API Shake up #1, change input_get_args argument order + - silent compiler warnings + - update tests + + * (PHP_5_2) + ext/filter/filter.c + ext/filter/sanitizing_filters.c: + - silent compiler warnings (char/unsigned char) + + * (PHP_5_2) + ext/filter/filter.c: + - api shake #1, parse_pararameter has to be changed too + + * (PHP_5_2) + ext/filter/filter.c + ext/filter/tests/032.phpt + ext/filter/tests/bug7586.phpt + ext/filter/tests/bug7733.phpt: + - API Shake up #1, use input type as first argument in input_get_args + (INPUT_GET/POST) + 2006-07-21 Andrei Zmievski <[EMAIL PROTECTED]> * ext/standard/array.c: