+2006-05-25 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/wddx/wddx.c
+ ext/wddx/tests/bug37569.phpt:
+ MFB: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters).
+
+ * (PHP_4_4)
+ NEWS
+ ext/wddx/wddx.c
+ ext/wddx/tests/bug37569.phpt:
+ MFH: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters).
+
+ * (PHP_5_2)
+ NEWS
+ ext/wddx/wddx.c
+ ext/wddx/tests/bug37569.phpt
+ ext/wddx/tests/bug37569.phpt
+ ext/wddx/tests/bug37569.phpt:
+ Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters)
+
+2006-05-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h:
+ - Ease writing functions that deal with php function 'pointers'
+
+2006-05-25 Edin Kadribasic <edink@emini.dk>
+
+ * main/php.h:
+ MFB: Missing definition, patch by Steph Fox
+
+ * (PHP_5_2)
+ main/php.h:
+ Missing definition, patch by Steph Fox
+
+2006-05-25 Michael Wallner <mike@iworks.at>
+
+ * ext/curl/streams.c:
+ MFB: fix bug #34180, --with-curlwrappers discards stream context options
+
+ * (PHP_5_2)
+ NEWS
+ ext/curl/streams.c:
+ - implement standard http stream wrapper options, fixes bug #34180
+ - skip empty headers in on_header_available()
+
+2006-05-25 Antony Dovgal <antony@zend.com>
+
+ * (PHP_5_2)
+ ext/dbase/dbf_head.c:
+ MFH: remove debug output and fix bug #37589
+
+ * ext/dbase/dbf_head.c:
+ remove debug output and fix bug #37589
+
+2006-05-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ext/standard/tests/strings/bug22224.phpt:
+ - MFB
+
+ * (PHP_5_2)
+ ext/standard/tests/strings/bug22224.phpt:
+ - Update test
+
+2006-05-25 Antony Dovgal <antony@zend.com>
+
+ * tests/basic/013.phpt
+ tests/basic/014.phpt
+ tests/basic/015.phpt
+ tests/basic/016.phpt
+ tests/basic/017.phpt
+ tests/basic/018.phpt
+ tests/basic/019.phpt
+ tests/basic/020.phpt:
+ fix tests in unicode mode
+
+ * ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_operators.c:
+ MFB: fix error messages when converting objects to other types
+
+2006-05-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * (PHP_5_2)
+ NEWS
+ README.UPDATE_5_2:
+ - Update update news and sync with NEWS
+
+ * (PHP_5_1)
+ NEWS
+ ext/wddx/wddx.c:
+ - MFH Fixed bug #37587 (var without attribute causes segfault
+
+2006-05-25 Antony Dovgal <antony@zend.com>
+
+ * (PHP_5_2)
+ ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_operators.c:
+ fix error messages when converting objects to other types
+ add new function
+ MFB will follow soon
+
+2006-05-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ext/wddx/wddx.c
+ ext/wddx/tests/bug37587.phpt
+ ext/wddx/tests/bug37587.phpt:
+ - Bugfix 37587
+
+2006-05-25 Dmitry Stogov <dmitry@zend.com>
+
+ * (PHP_5_1)
+ NEWS
+ NEWS:
+ Fixed bug #37278 (SOAP not respecting uri in __soapCall)
+
+ * (PHP_5_2)
+ NEWS
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_execute_API.c:
+ Fixed bug #37558 (timeout functionality doesn't work after a second PHP
+ starup on the same thread). (p dot desarnaud at wanadoo dot fr)
+
+2006-05-25 Antony Dovgal <antony@zend.com>
+
+ * (PHP_5_2)
+ NEWS:
+ reorder
+
+2006-05-25 Dmitry Stogov <dmitry@zend.com>
+
+ * (PHP_5_1)
+ NEWS
+ sapi/cgi/fastcgi.c
+ sapi/cgi/fastcgi.h:
+ Fixed bug #37576 (FastCGI env (cgi vars) table overflow). (Piotr)
+
+ * (PHP_5_1)
+ NEWS
+ NEWS
+ sapi/cgi/fastcgi.c
+ sapi/cgi/fastcgi.c
+ sapi/cgi/fastcgi.c:
+ Fixed bug #37496 (FastCGI output buffer overrun)
+
2006-05-24 Ilia Alshanetsky <ilia@prohost.org>
* ext/standard/basic_functions.c: