changelog Sat Oct 14 01:31:12 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2482&r2=1.2483&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2482 php-src/ChangeLog:1.2483 --- php-src/ChangeLog:1.2482 Fri Oct 13 01:30:56 2006 +++ php-src/ChangeLog Sat Oct 14 01:31:12 2006 @@ -1,3 +1,70 @@ +2006-10-13 Andrei Zmievski <[EMAIL PROTECTED]> + + * ZendEngine2/zend.c + ZendEngine2/zend_API.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_execute.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.h + ZendEngine2/zend_operators.c + ext/com_dotnet/com_handlers.c + ext/simplexml/simplexml.c + ext/spl/spl_directory.c + ext/tidy/tidy.c: + - Add an extra parameter to the cast_object handler that can be used by + various types as needed. + - Use that parameter to pass a specific converter for + IS_UNICODE/IS_STRING types. + +2006-10-13 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/oci8/oci8_statement.c + ext/oci8/oci8_statement.c: + fix win32 build + +2006-10-13 Hannes Magnusson <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/openssl/tests/bug28382.phpt: + fix test + + * ext/standard/file.h: + MFB: missing API declaration + + * (PHP_5_2) + ext/standard/file.h: + Added missing API function declaration. + +2006-10-13 Michael Wallner <[EMAIL PROTECTED]> + + * tests/output/ob_020.phpt: + - fix skipif + - generalize error message expectation + + * tests/output/ob_020.phpt: + - add test, segfaults ATM + +2006-10-13 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/standard/basic_functions.c + ext/standard/file.c: + MFB: Fixed bug #38934 (move_uploaded_file() cannot read uploaded file + outside of open_basedir). + + * (PHP_5_2) + NEWS + ext/standard/basic_functions.c + ext/standard/file.c: + Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of + open_basedir). + + * main/php_open_temporary_file.c: + MFB: main/php_open_temporary_file.c + + * (PHP_5_2) + main/php_open_temporary_file.c: + Improve open_basedir checks + 2006-10-12 Brian France <[EMAIL PROTECTED]> * sapi/apache/mod_php5.c: