+2009-05-18 Derick Rethans <php@derickrethans.nl>
+
+ * (PHP_5_3)
+ NEWS
+ configure.in
+ main/php_ini.c
+ scripts/phpize.m4:
+ - MFH: Get rid of the four different versions of zend_extension* and only
+ use
+ zend_extension. Because of the API identifier change in PHP 5.3 you also
+ get
+ a proper warning message now.
+
+ * configure.in
+ main/php_ini.c
+ scripts/phpize.m4:
+ - Get rid of the four different versions of zend_extension* and only use
+ zend_extension. Because of the API identifier change in PHP 5.3 you also
+ get
+ a proper warning message now.
+
+2009-05-18 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * TSRM/tsrm_win32.c:
+ - MFB: close manually the impersonation token
+
+ * (PHP_5_3)
+ TSRM/tsrm_win32.c:
+ - close manually the impersonation token
+
+2009-05-18 Scott MacVicar <scott@macvicar.net>
+
+ * ext/dba/config.m4
+ ext/dba/dba.c
+ ext/dba/dba_tcadb.c
+ ext/dba/php_tcadb.h:
+ Add support for tokyo cabinet, patch from Michael Maclean
+
+2009-05-18 Zoe Slattery <zoe.slattery@googlemail.com>
+
+ * (PHP_5_3)
+ ZendEngine2/tests/029.phpt:
+ Removing redundant UEXPECT
+
+2009-05-18 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/file.c:
+
+ MFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows)
+
+ * (PHP_5_3)
+ ext/standard/file.c:
+
+ Fixed bug #48313 (fgetcsv() does not return null for empty rows)
+
+2009-05-18 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_5_2)
+ ext/session/mod_files.c
+ ext/session/mod_mm.c
+ ext/session/mod_user.c
+ ext/session/php_session.h
+ ext/session/session.c:
+ MFH: Sync WS / CS changes where applicable
+
+ * ext/session/mod_files.c
+ ext/session/mod_mm.c
+ ext/session/mod_user.c
+ ext/session/php_session.h
+ ext/session/session.c:
+ - WS + sync with PHP_5_3 (thanks Ilia & Co.)
+
+2009-05-18 Hannes Magnusson <hannes.magnusson@gmail.com>
+
+ * run-tests.php:
+ Print out the WARNed section (contains f.e. passing XFAIL tests)
+
+ * ext/sqlite3/tests/sqlite3_31_open.phpt
+ ext/sqlite3/tests/sqlite3_31_open.phpt:
+ Fix test
+
+2009-05-18 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * ext/curl/interface.c:
+ - fix CS, merged one parameter parsing patch missing from HEAD
+
+ * ext/curl/interface.c:
+ - Fix CS
+
+2009-05-18 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/curl/interface.c:
+ - sync with 5.3
+
+ * (PHP_5_3)
+ ext/curl/interface.c:
+ - MFH: use ZEND_ARG_ARRAY_INFO for arginfo_curl_setopt_array
+
+ * (PHP_5_3)
+ ext/curl/interface.c:
+ - sync with HEAD
+
+ * ext/curl/interface.c:
+ - return NULL on invalid args
+
+ * ext/curl/interface.c
+ ext/curl/interface.c
+ ext/curl/interface.c:
+ - WS
+
+ * (PHP_5_3)
+ ext/curl/interface.c:
+ - more WS
+
+ * ext/curl/interface.c:
+ - MFB: - disable file:// when open_basedir are enabled
+
+ * (PHP_5_3)
+ ext/curl/config.m4:
+ - should not have been commited
+
+ * (PHP_5_3)
+ ext/curl/config.m4
+ ext/curl/interface.c:
+ - MFB: - disable file:// when safe_mode or open_basedir are enabled
+
2009-05-17 Pierre-Alain Joye <pierre.dev@gmail.com>
* TSRM/tsrm_win32.c