changelog Thu Oct 26 01:31:02 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2494&r2=1.2495&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2494 php-src/ChangeLog:1.2495 --- php-src/ChangeLog:1.2494 Wed Oct 25 01:31:00 2006 +++ php-src/ChangeLog Thu Oct 26 01:31:01 2006 @@ -1,3 +1,65 @@ +2006-10-25 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/standard/basic_functions.c: + -** empty log message *** + + * ext/standard/basic_functions.c: + Unicode support for get(server|proto)by(name|number) family of funcs. + + * ext/standard/basic_functions.c: + Unicode support for is_uploaded_file()/move_uploaded_file(). + + * ext/standard/file.c: + Unicode support for fnmatch(). + +2006-10-25 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/filter/package.xml + ext/filter/tests/callback_non_modified_var.phpt: + - add test for callback with non modified var + - update changelog + +2006-10-25 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * sapi/cgi/cgi_main.c: + Fixed build + +2006-10-25 Hannes Magnusson <[EMAIL PROTECTED]> + + * (PHP_5_2) + README.UPDATE_5_2: + More curl constants + + * (PHP_5_2) + README.UPDATE_5_2: + Add a note reffering to the "new feature" section (lukas) + + * ext/date/php_date.c: + Add oneliner descriptions + + * ext/zip/php_zip.c: + Missing RETURN_TRUE inside the PHP_ZIP_SET_FILE_COMMENT macro + + * ext/zip/php_zip.c: + Fix protos + + * (PHP_5_2) + README.UPDATE_5_2: + New extensions + - json + - filter + - zip + New classes + - DateTime + - DateTimeZone + New functions + - image_type_to_extension + - gmp_nextprime + - xmlwriter_full_end_element + - xmlwriter_write_raw + - timezone_identifiers_list + Added error message (objects without casting handler) caught by rasmus + 2006-10-24 Hannes Magnusson <[EMAIL PROTECTED]> * (PHP_5_2)