+2009-05-01 Antony Dovgal <tony@daylessday.org>
+
+ * ext/phar/tests/phar_construct_invalidurl.phpt
+ ext/phar/tests/phar_construct_invalidurl.phpt:
+ fix test
+
+2009-05-01 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * 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 <zoe.slattery@googlemail.com>
+
+ * ext/standard/tests/strings/strcoll.phpt:
+ fixed to expect fail
+
+2009-05-01 Antony Dovgal <tony@daylessday.org>
+
+ * ext/phar/phar.c
+ ext/phar/phar.c:
+ initialize ext_len
+
+2009-05-01 Felipe Pena <felipensp@gmail.com>
+
+ * (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 <arnaud.lb@gmail.com>
+
+ * 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 <tony@daylessday.org>
* (PHP_5_2)
+2009-05-01 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * 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 <arnaud.lb@gmail.com>
+
+ * zend.h
+ zend_alloc.c
+ zend_alloc.h
+ zend_unicode.h:
+ Added missing UChar* and zstr malloc variants
+
2009-04-30 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_2)