changelog Tue Jun 5 01:31:04 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2709&r2=1.2710&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2709 php-src/ChangeLog:1.2710 --- php-src/ChangeLog:1.2709 Mon Jun 4 01:31:12 2007 +++ php-src/ChangeLog Tue Jun 5 01:31:04 2007 @@ -1,3 +1,107 @@ +2007-06-04 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/json/json.c: + + MFB: Fixed bug #41567 (json_encode() double conversion is inconsistent + with + PHP). + + * (PHP_5_2) + NEWS + ext/json/json.c + ext/json/tests/bug41567.phpt + ext/json/tests/bug41567.phpt: + + Fixed bug #41567 (json_encode() double conversion is inconsistent with + PHP). + +2007-06-04 Nuno Lopes <[EMAIL PROTECTED]> + + * ext/filter/.cvsignore + ext/pdo/.cvsignore + ext/pdo_mysql/.cvsignore + ext/pdo_mysql/.cvsignore + ext/pdo_oci/.cvsignore + ext/pdo_oci/.cvsignore + ext/pdo_pgsql/.cvsignore + ext/pdo_pgsql/.cvsignore + ext/pdo_sqlite/.cvsignore + ext/unicode/.cvsignore + ext/xmlreader/.cvsignore + ext/xmlwriter/.cvsignore + ext/zip/.cvsignore + ext/zip/lib/.cvsignore: + ignore *.gcno + +2007-06-04 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/standard/tests/general_functions/bug41518.phpt: + clean up temp file + +2007-06-04 Zoe Slattery <[EMAIL PROTECTED]> + + * ext/standard/tests/file/fileinode_variation.phpt: + missing ?> in skipif section + +2007-06-04 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + news entry + + * (PHP_5_2) + sapi/cgi/cgi_main.c: + MFH: add missing open_basedir checks to CGI + + * sapi/cgi/cgi_main.c: + add missing open_basedir checks to CGI + + * (PHP_5_2) + sapi/cli/getopt.c + sapi/cli/php_cli.c + sapi/cli/php_cli_readline.c: + fix folding + + * ZendEngine2/zend_constants.c + ZendEngine2/tests/class_constants_001.phpt + ZendEngine2/tests/class_constants_002.phpt + ZendEngine2/tests/class_constants_003.phpt: + change E_NOTICE to E_ERROR when using a class constant from non-existent + class + (noticed by Jani) + add tests + + * main/php_variables.c: + no register_globals in HEAD + + * ext/zip/php_zip.c + ext/zip/php_zip.c: + fix ws + +2007-06-04 Brian Shire <[EMAIL PROTECTED]> + + * ext/standard/tests/array/bug35014_64bit.phpt + ext/standard/tests/strings/bug23894.phpt + ext/standard/tests/strings/bug26973.phpt + ext/standard/tests/strings/printf_64bit.phpt + ext/standard/tests/strings/sprintf_f_2.phpt: + MFB: fix sprintf/printf %u tests so they work correctly on both 32-bit and + 64-bit. (broken in previous fix) + + * (PHP_5_2) + ext/standard/tests/array/bug35014_64bit.phpt + ext/standard/tests/strings/bug23894.phpt + ext/standard/tests/strings/bug26973.phpt + ext/standard/tests/strings/printf_64bit.phpt + ext/standard/tests/strings/sprintf_f_2.phpt: + fix sprintf/printf %u tests so they work correctly on both 32-bit and + 64-bit. (broken in previous fix) + +2007-06-04 Hannes Magnusson <[EMAIL PROTECTED]> + + * tests/basic/027.phpt: + Fix the expected results + 2007-06-03 Hannes Magnusson <[EMAIL PROTECTED]> * (PHP_5_2)