From: Date: Tue, 12 May 2009 01:32:56 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3686 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de0b9844f051b7b70cc95d1a546bf22b596eea32;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 484737e38c..51e9172381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,124 @@ +2009-05-11 Felipe Pena + + * ZendEngine2/zend_exceptions.c + ZendEngine2/tests/exception_010.phpt + ZendEngine2/tests/exception_010.phpt + ZendEngine2/tests/exception_010.phpt: + - Fix code && new test + + * ZendEngine2/zend_exceptions.c + ZendEngine2/zend_exceptions.c + ZendEngine2/zend_exceptions.c: + - Added missing param checks + +2009-05-11 Ilia Alshanetsky + + * (PHP_5_3) + NEWS: + + moved to 5.2 as well + + * (PHP_5_2) + NEWS + ext/xmlwriter/php_xmlwriter.c: + MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on + invalid + paths) + + * ext/xmlwriter/php_xmlwriter.c: + + MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on + invalid paths) + + * (PHP_5_3) + NEWS + ext/xmlwriter/php_xmlwriter.c: + + Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid + paths) + +2009-05-11 Pierre-Alain Joye + + * (PHP_5_2) + ext/pgsql/config.w32 + ext/pgsql/config.w32: + - MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling) + + * ext/pgsql/config.w32: + - define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling) + +2009-05-11 Jani Taskinen + + * (PHP_5_3) + ZendEngine2/zend_operators.c: + MFH:- Removed unnecessary TSRMLS_FETCH() calls + + * ZendEngine2/zend_operators.c: + - Removed unnecessary TSRMLS_FETCH() calls + + * ZendEngine2/zend_operators.c: + - Syncing with PHP_5_3 (merging some stuff that was not merged before for + some reason) + +2009-05-11 Kalle Sommer Nielsen + + * ext/phar/config.w32: + Fix conditional + +2009-05-11 Jani Taskinen + + * (PHP_5_3) + ext/standard/tests/file/file_put_contents_variation2.phpt + ext/standard/tests/file/file_put_contents_variation2.phpt + ext/standard/tests/file/fwrite_variation5.phpt + ext/standard/tests/file/fwrite_variation5.phpt: + - Fix paths + + * ext/standard/tests/file/file_put_contents_variation2.phpt + ext/standard/tests/file/fwrite_variation5.phpt: + -fix path + +2009-05-11 Felipe Pena + + * (PHP_5_2) + ext/odbc/tests/config.inc + ext/odbc/tests/config.inc + ext/odbc/tests/odbc_exec_001.phpt + ext/odbc/tests/odbc_exec_001.phpt + ext/odbc/tests/skipif.inc + ext/odbc/tests/skipif.inc: + - Starting tests for this extension + + * ext/odbc/tests/config.inc + ext/odbc/tests/config.inc + ext/odbc/tests/config.inc + ext/odbc/tests/odbc_exec_001.phpt + ext/odbc/tests/odbc_exec_001.phpt + ext/odbc/tests/odbc_exec_001.phpt + ext/odbc/tests/skipif.inc + ext/odbc/tests/skipif.inc + ext/odbc/tests/skipif.inc: + 1.1.4; + - Starting tests for this extension + + * ext/phar/tests/phpinfo_001.phpt + ext/phar/tests/phpinfo_001.phpt + ext/phar/tests/phpinfo_002.phpt + ext/phar/tests/phpinfo_002.phpt + ext/phar/tests/phpinfo_003.phpt + ext/phar/tests/phpinfo_003.phpt + ext/phar/tests/phpinfo_004.phpt + ext/phar/tests/phpinfo_004.phpt: + - Fixed tests + +2009-05-11 Jani Taskinen + + * ZendEngine2/zend_operators.c: + - And more CS fixes + + * ZendEngine2/zend_operators.c: + - Nuked more whitespace + 2009-05-10 Jani Taskinen * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f078a20c4a..b4e15ad4c2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,35 @@ +2009-05-11 Felipe Pena + + * zend_exceptions.c + tests/exception_010.phpt + tests/exception_010.phpt + tests/exception_010.phpt: + - Fix code && new test + + * zend_exceptions.c + zend_exceptions.c + zend_exceptions.c: + - Added missing param checks + +2009-05-11 Jani Taskinen + + * (PHP_5_3) + zend_operators.c: + MFH:- Removed unnecessary TSRMLS_FETCH() calls + + * zend_operators.c: + - Removed unnecessary TSRMLS_FETCH() calls + + * zend_operators.c: + - Syncing with PHP_5_3 (merging some stuff that was not merged before for + some reason) + + * zend_operators.c: + - And more CS fixes + + * zend_operators.c: + - Nuked more whitespace + 2009-05-10 Jani Taskinen * (PHP_5_3)