changelog Tue Aug 14 01:31:20 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2777&r2=1.2778&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2777 php-src/ChangeLog:1.2778 --- php-src/ChangeLog:1.2777 Mon Aug 13 01:31:15 2007 +++ php-src/ChangeLog Tue Aug 14 01:31:19 2007 @@ -1,3 +1,74 @@ +2007-08-13 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + + Fixed typo + +2007-08-13 Stanislav Malyshev <[EMAIL PROTECTED]> + + * (PHP_5_2) + tests/lang/041.phpt + tests/lang/042.phpt + tests/lang/043.phpt + tests/lang/044.phpt: + revert variable class support for 5.2 + + * (PHP_5_2) + ZendEngine2/zend_language_parser.y: + Revert variable class patch for 5.2 + +2007-08-13 Jani Taskinen <[EMAIL PROTECTED]> + + * (PHP_5_2) + main/php_version.h: + touch try 2 + + * (PHP_5_2) + main/php_version.h: + touch + + * (PHP_5_2) + configure.in: + - RC2 on the run + +2007-08-13 Hannes Magnusson <[EMAIL PROTECTED]> + + * (PHP_5_2) + main/php_version.h: + Fix version + +2007-08-13 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/zip/tests/oo_properties.phpt: + make sure the temp file is closed before removing it + +2007-08-13 Raghubansh Kumar <[EMAIL PROTECTED]> + + * ext/standard/tests/file/clearstatcache_error.phpt: + New testcase for clearstatcache() function + + * ext/standard/tests/file/clearstatcache_error.phpt + ext/standard/tests/file/clearstatcache_error.phpt: + + file clearstatcache_error.phpt was initially added on branch PHP_5_2. + + * ext/standard/tests/file/parse_ini_file.phpt: + New testcase for parse_ini_file() function + + * ext/standard/tests/file/parse_ini_file.phpt + ext/standard/tests/file/parse_ini_file.phpt: + + file parse_ini_file.phpt was initially added on branch PHP_5_2. + +2007-08-13 Jani Taskinen <[EMAIL PROTECTED]> + + * ext/standard/file.c + ext/standard/tests/assert/assert_basic2.phpt + ext/standard/tests/file/copy_variation12.phpt + ext/standard/tests/file/copy_variation13.phpt: + MFB: Fix tests + directory check inside copy() function + 2007-08-12 Ilia Alshanetsky <[EMAIL PROTECTED]> * (PHP_5_2)