From: Date: Sat, 2 May 2009 01:32:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3788 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c18c8ee36d0022f7d35f1a940b2d580ec72b003f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 32505c7bdb..cf2a2a5343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2009-05-01 Antony Dovgal + + * ext/phar/tests/phar_construct_invalidurl.phpt + ext/phar/tests/phar_construct_invalidurl.phpt: + fix test + +2009-05-01 Jani Taskinen + + * ZendEngine2/zend_variables.h: + - Fix compile warning in debug mode + + * (PHP_5_2) + ZendEngine2/zend_variables.c: + - ws / cs (separated from another commit coming next) + +2009-05-01 Zoe Slattery + + * ext/standard/tests/strings/strcoll.phpt: + fixed to expect fail + +2009-05-01 Antony Dovgal + + * ext/phar/phar.c + ext/phar/phar.c: + initialize ext_len + +2009-05-01 Felipe Pena + + * (PHP_5_2) + NEWS + ext/odbc/php_odbc.c + ext/odbc/php_odbc.c: + - MFH: Fixed bug #48038 (odbc_execute changes variables used to form params + array) + + * ext/odbc/php_odbc.c: + - Fixed bug #48038 (odbc_execute changes variables used to form params + array) + + * (PHP_5_2) + ext/spl/internal/regexiterator.inc + ext/spl/internal/regexiterator.inc: + - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in + regexiterator.inc) + + * ext/spl/internal/regexiterator.inc: + - Fixed bug #48120 (Implementing abstract class FilterIterator in + regexiterator.inc) + +2009-05-01 Arnaud Le Blanc + + * main/rfc1867.c: + revert to allow Andrei to make his changes + + * ZendEngine2/zend.h + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.h + ZendEngine2/zend_unicode.h: + Added missing UChar* and zstr malloc variants + + * main/rfc1867.c: + cleanup + + * main/rfc1867.c: + Removed code for register_globals in file uploads + + * main/rfc1867.c: + Removed code handling non-unicode input (was used when !UG(unicode)) + 2009-04-30 Antony Dovgal * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index fd0f79392e..2e72ba2b37 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2009-05-01 Jani Taskinen + + * zend_variables.h: + - Fix compile warning in debug mode + + * (PHP_5_2) + zend_variables.c: + - ws / cs (separated from another commit coming next) + +2009-05-01 Arnaud Le Blanc + + * zend.h + zend_alloc.c + zend_alloc.h + zend_unicode.h: + Added missing UChar* and zstr malloc variants + 2009-04-30 Jani Taskinen * (PHP_5_2)