+2009-05-26 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * (PHP_5_3)
+ ext/gd/config.m4
+ ext/gd/config.w32
+ ext/gd/gd.c
+ ext/gd/libgd/gd.c
+ ext/gd/libgd/gd_arc.c
+ ext/gd/libgd/gd_compat.h:
+ - MFH: [DOC] - add image(filled)ellipse to the compat layer (work around a
+ bug in debian too, function is declared but not present in the lib...)
+
+ * ext/gd/libgd/gd.c:
+ - silent warnings
+
+ * ext/gd/libgd/gd.c:
+ - remove filters function in the main file (see gd_filter.c)
+
+ * ext/gd/config.w32:
+ - gd_filter.c
+
+ * ext/gd/config.w32:
+ - add gd_arc to w32 script
+
+ * ext/gd/libgd/gd_arc.c
+ ext/gd/libgd/gd_arc.c
+ ext/gd/libgd/gd_compat.h:
+
+ - add image(filled)ellipse to the compat layer (work around a bug in
+ debian too, function is declared but not present in the lib...)
+
+ * ext/gd/config.m4
+ ext/gd/gd.c
+ ext/gd/libgd/gd.c:
+ - add image(filled)ellipse to the compat layer (work around a bug in debian
+ too, function is declared but not present in the lib...)
+
+2009-05-26 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_5_2)
+ ext/curl/tests/bug48203.phpt
+ ext/curl/tests/bug48203.phpt:
+ - Test for bug #48203
+
+ * ext/curl/tests/bug48203.phpt
+ ext/curl/tests/bug48203.phpt
+ ext/curl/tests/bug48203.phpt:
+ 1.1.4;
+ - Test for bug #48203
+
+ * (PHP_5_2)
+ NEWS
+ ext/curl/interface.c
+ ext/curl/php_curl.h:
+ MFH:- Fixed bug #48203 (Crash when CURLOPT_STDERR is set to regular file)
+
+ * (PHP_5_3)
+ ext/curl/interface.c
+ ext/curl/php_curl.h:
+ MFH: Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file)
+
+ * ext/curl/interface.c
+ ext/curl/php_curl.h:
+ - Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file)
+
+2009-05-26 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/gd/php_gd.h:
+ - missed this part
+
+2009-05-26 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS:
+
+ timezone update news
+
+2009-05-26 Derick Rethans <php@derickrethans.nl>
+
+ * ext/date/lib/timezonedb.h
+ ext/date/lib/timezonedb.h
+ ext/date/lib/timezonedb.h:
+ - Updated to version 2009.8 (2009h)
+
+2009-05-26 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/gd/config.m4
+ ext/gd/gd.c
+ ext/gd/libgd/gd.h
+ ext/gd/libgd/gd_compat.h
+ ext/gd/libgd/gd_filter.c
+ ext/gd/libgd/gd_intern.h:
+ - MFB: [DOC] always enable imagefilter and imageconvolution, even when
+ built against system's gd
+
+2009-05-26 Andrey Hristov <php@hristov.com>
+
+ * ext/mysql/php_mysql.c:
+ WS
+
+2009-05-26 Arnaud Le Blanc <arnaud.lb@gmail.com>
+
+ * (PHP_5_2)
+ NEWS
+ ext/pcntl/pcntl.c
+ ext/pcntl/pcntl.c
+ ext/pcntl/tests/001.phpt
+ ext/pcntl/tests/001.phpt
+ ext/pcntl/tests/bug47566.phpt
+ ext/pcntl/tests/bug47566.phpt:
+ MFH: Fix return value of pcntl_wexitstatus() (fixes #47566,
+ patch by james at jamesreno dot com)
+
+ * ext/pcntl/pcntl.c
+ ext/pcntl/tests/001.phpt
+ ext/pcntl/tests/bug47566.phpt
+ ext/pcntl/tests/bug47566.phpt
+ ext/pcntl/tests/bug47566.phpt:
+ Fix return value of pcntl_wextistatus() (fixes #47566,
+ patch by james at jamesreno dot com)
+
+2009-05-26 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * (PHP_5_3)
+ ext/gd/gd.c:
+ - ws
+
+2009-05-26 Felipe Pena <felipensp@gmail.com>
+
+ * (PHP_5_2)
+ ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt
+ ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt
+ ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt:
+ - Removed XFAIL section
+
+2009-05-26 Andrey Hristov <php@hristov.com>
+
+ * ext/mysqlnd/php_mysqlnd.c:
+ ws
+
+ * ext/mysqlnd/mysqlnd_charset.c
+ ext/mysqlnd/mysqlnd_charset.c:
+ Fix a typo, utf8 is 3 byte max, for us, for now
+ Add a another cset
+
+2009-05-26 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * (PHP_5_3)
+ ext/gd/gd.c:
+ - enable filter constants
+
+ * (PHP_5_3)
+ ext/gd/libgd/gd.h
+ ext/gd/libgd/gd_filter.c:
+ - expose gdImageGetTrueColorPixel in bundled lib
+ - fix bundled lib build
+
+ * (PHP_5_3)
+ ext/gd/config.m4
+ ext/gd/config.w32
+ ext/gd/gd.c
+ ext/gd/php_gd.h
+ ext/gd/libgd/gd.c
+ ext/gd/libgd/gd_compat.h
+ ext/gd/libgd/gd_filter.c
+ ext/gd/libgd/gd_filter.c
+ ext/gd/libgd/gd_intern.h
+ ext/gd/libgd/gd_intern.h:
+ - [DOC] always enable imagefilter and imageconvolution, even when built
+ against system's gd
+
+2009-05-26 Felipe Pena <felipensp@gmail.com>
+
+ * (PHP_5_2)
+ ext/mssql/php_mssql.h:
+ - Fixed compile warning
+
+ * ext/mssql/php_mssql.c
+ ext/mssql/php_mssql.c:
+ - Fixed param type (%l -> %ld)
+
+ * ext/mssql/php_mssql.c
+ ext/mssql/php_mssql.h:
+ - Fix compile warning && nuke unused variables
+
+2009-05-26 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * ext/curl/tests/curl_001.phpt
+ ext/curl/tests/curl_002.phpt
+ ext/curl/tests/curl_003.phpt
+ ext/curl/tests/curl_004.phpt
+ ext/curl/tests/curl_005.phpt
+ ext/curl/tests/curl_006.phpt:
+ - Nuke duplicate tests
+
+ * (PHP_5_3)
+ ext/curl/tests/curl_001.phpt
+ ext/curl/tests/curl_002.phpt
+ ext/curl/tests/curl_003.phpt
+ ext/curl/tests/curl_004.phpt
+ ext/curl/tests/curl_005.phpt
+ ext/curl/tests/curl_006.phpt:
+ Nuke duplicate tests
+
+ * (PHP_5_2)
+ ext/session/mod_files.c:
+ - Revert this, was not supposed to be merged yet
+
+ * ext/session/tests/bug42596.phpt
+ ext/session/tests/bug42596.phpt
+ ext/session/tests/bug42596.phpt:
+ fix test
+
+2009-05-26 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/gd/config.m4
+ ext/gd/config.m4:
+ - always add libgd/
+
+ * ext/xmlwriter/php_xmlwriter.c
+ ext/xmlwriter/php_xmlwriter.c
+ ext/xmlwriter/php_xmlwriter.c:
+ - add a note about the actual problen so we don't forget it
+
+2009-05-26 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_5_2)
+ ext/zlib/zlib.c
+ ext/zlib/zlib.c:
+ - Added note about omitted break
+
+ * ext/zlib/zlib.c:
+ - Add note about missing break
+
+2009-05-26 Eric Stewart <e.stewart@mac.com>
+
+ * ext/dom/tests/DOMComment_construct_basic_001.phpt
+ ext/dom/tests/DOMComment_construct_basic_001.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt
+ ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt
+ ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt
+ ext/dom/tests/DOMDocumentType_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_entities_error_001.phpt
+ ext/dom/tests/DOMDocumentType_entities_error_001.phpt
+ ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt
+ ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt
+ ext/dom/tests/DOMDocumentType_name_error_001.phpt
+ ext/dom/tests/DOMDocumentType_name_error_001.phpt
+ ext/dom/tests/DOMDocumentType_notations_error_001.phpt
+ ext/dom/tests/DOMDocumentType_notations_error_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_error_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_error_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_error_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_error_001.phpt:
+ Add tests:
+ DOMComment::__construct() with constructor called twice.
+ DOMDocumentFragment::appendXML() with unbound fragment.
+ DOMDocumentFragment::appendXML() with unbalanced chunks.
+ DOMDocumentFragment::__construct() called twice.
+ DOMDocumentType: basic access to all properties.
+ DOMDocumentType::name with invalid state.
+ DOMDocumentType::entities with invalid state.
+ DOMDocumentType::notations with invalid state.
+ DOMDocumentType::publicId with invalid state.
+ DOMDocumentType::publicId with empty value.
+ DOMDocumentType::systemId with invalid state.
+ DOMDocumentType::systemId with empty value.
+ DOMDocumentType::internalSubset with invalid state.
+
+ * ext/dom/tests/DOMComment_construct_basic_001.phpt
+ ext/dom/tests/DOMComment_construct_basic_001.phpt
+ ext/dom/tests/DOMComment_construct_basic_001.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt
+ ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt
+ ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt
+ ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt
+ ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt
+ ext/dom/tests/DOMDocumentType_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_entities_error_001.phpt
+ ext/dom/tests/DOMDocumentType_entities_error_001.phpt
+ ext/dom/tests/DOMDocumentType_entities_error_001.phpt
+ ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt
+ ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt
+ ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt
+ ext/dom/tests/DOMDocumentType_name_error_001.phpt
+ ext/dom/tests/DOMDocumentType_name_error_001.phpt
+ ext/dom/tests/DOMDocumentType_name_error_001.phpt
+ ext/dom/tests/DOMDocumentType_notations_error_001.phpt
+ ext/dom/tests/DOMDocumentType_notations_error_001.phpt
+ ext/dom/tests/DOMDocumentType_notations_error_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_error_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_error_001.phpt
+ ext/dom/tests/DOMDocumentType_publicId_error_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_error_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_error_001.phpt
+ ext/dom/tests/DOMDocumentType_systemId_error_001.phpt:
+ 1.1.4;
+ file DOMComment_construct_basic_001.phpt was initially added on branch
+ PHP_5_2.
+
+2009-05-26 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_5_2)
+ NEWS
+ ext/zlib/zlib.c:
+ MF53: - Fixed bug #45202 (zlib.output_compression can not be set with
+ ini_set()
+
+ * (PHP_5_3)
+ ext/zlib/zlib.c:
+ - Fixed bug #45202 (zlib.output_compression can not be set with ini_set())
+
+ * (PHP_5_2)
+ NEWS
+ ext/zlib/zlib.c:
+ MFH:- Fixed bug #42362 (HTTP status codes 204 and 304 should not be
+ gzipped)
+
+ * (PHP_5_2)
+ ext/zlib/zlib.c:
+ cs + ws
+
+ * (PHP_5_3)
+ ext/zlib/zlib.c:
+ ws + cs
+
2009-05-25 Kalle Sommer Nielsen <kalle.php@gmail.com>
* ext/pdo_pgsql/pgsql_statement.c: