+2009-02-17 Zoe Slattery <zoe.slattery@googlemail.com>
+
+ * ZendEngine2/tests/bug46701.phpt
+ ZendEngine2/tests/bug46701.phpt
+ ZendEngine2/tests/bug46701.phpt:
+ fix test
+
+2009-02-17 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS:
+ FN
+
+ * (PHP_5_2)
+ ZendEngine2/zend_object_handlers.c:
+ Fixed bug #45327 (memory leak if offsetGet throws exception)
+
+2009-02-17 Moriyoshi Koizumi <mozo@mozo.jp>
+
+ * (PHP_5_3)
+ ext/mbstring/mbstring.c
+ ext/mbstring/tests/mb_get_info.phpt:
+ - MFH: Add an entry for http_output_conv_mimetypes to the output of
+ mb_get_info(). (patch by T. Komura, thanks!)
+
+ * ext/mbstring/mbstring.c
+ ext/mbstring/tests/mb_get_info.phpt
+ ext/mbstring/tests/mb_get_info.phpt:
+ - Add an entry for http_output_conv_mimetypes to the output of
+ mb_get_info().
+
+2009-02-17 Matt Wilmas <php_lists@realplain.com>
+
+ * ZendEngine2/zend_operators.c:
+ Added overflow comment from div_function
+
+2009-02-17 Zoe Slattery <zoe.slattery@googlemail.com>
+
+ * ext/standard/tests/mail/mail_basic2.phpt
+ ext/standard/tests/mail/mail_basic2.phpt
+ ext/standard/tests/mail/mail_basic2.phpt:
+ Increased the sleep() from 1 to 5 to prevent intermittent failures
+
+2009-02-17 Johannes Schlüter <johannes@schlueters.de>
+
+ * (PHP_5_3)
+ NEWS:
+ Wrap wrong lines
+
+ * (PHP_5_3)
+ NEWS
+ ext/pdo/pdo_dbh.c
+ ext/pdo_sqlite/tests/bug46542.phpt:
+ MFH: Fix #46542 Extending PDO class with a __call() function doesn't work
+ as expected
+
+ * ext/pdo/pdo_dbh.c
+ ext/pdo_sqlite/tests/bug46542.phpt
+ ext/pdo_sqlite/tests/bug46542.phpt:
+ - Fix #46542 Extending PDO class with a __call() function doesn't work as
+ expected
+
+2009-02-17 Matt Wilmas <php_lists@realplain.com>
+
+ * (PHP_5_2)
+ NEWS:
+ Entry for bug #47422
+
+ * (PHP_5_2)
+ ZendEngine2/zend_operators.c
+ ZendEngine2/zend_operators.c:
+ MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64 bit
+ linux)
+
+ * ZendEngine2/zend_operators.c:
+ Fixed bug #47422 (modulus operator returns incorrect results on 64 bit
+ linux)
+ Removed abs(), just -1 needs to be checked (only LONG_MIN % -1 is a
+ problem)
+
+2009-02-17 Felipe Pena <felipensp@gmail.com>
+
+ * (PHP_5_3)
+ NEWS
+ ext/odbc/php_odbc.c:
+ - MFH: Fix proto
+ [DOC] proto: $result_array is a reference
+
+ * ext/odbc/php_odbc.c:
+ - Fix proto
+
+ * (PHP_5_3)
+ ext/odbc/php_odbc.c:
+ - MFH: Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0)
+
+ * ext/odbc/php_odbc.c:
+ - Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0)
+
+2009-02-17 Johannes Schlüter <johannes@schlueters.de>
+
+ * (PHP_5_3)
+ NEWS:
+ Fixed in 5.2
+
+ * (PHP_5_2)
+ NEWS
+ ext/mysqli/mysqli.c
+ ext/mysqli/mysqli_prop.c
+ ext/mysqli/tests/bug45940.phpt
+ ext/mysqli/tests/bug45940.phpt:
+ MFH: Fix #45940 MySQLI OO does not populate connect_error property on
+ failed connect
+
+2009-02-17 Zoe Slattery <zoe.slattery@googlemail.com>
+
+ * ext/standard/tests/file/file_put_contents_variation6.phpt
+ ext/standard/tests/file/file_put_contents_variation6.phpt:
+ bug 46680
+
+2009-02-17 Antony Dovgal <tony@daylessday.org>
+
+ * ext/mbstring/tests/mb_stristr_basic.phpt
+ ext/mbstring/tests/mb_stristr_basic.phpt:
+ remove XFAIL
+
2009-02-16 Zoe Slattery <zoe.slattery@googlemail.com>
* ext/standard/tests/file/file_get_contents_variation5.phpt
+2009-02-17 Zoe Slattery <zoe.slattery@googlemail.com>
+
+ * tests/bug46701.phpt
+ tests/bug46701.phpt
+ tests/bug46701.phpt:
+ fix test
+
+2009-02-17 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ zend_object_handlers.c:
+ Fixed bug #45327 (memory leak if offsetGet throws exception)
+
+2009-02-17 Matt Wilmas <php_lists@realplain.com>
+
+ * zend_operators.c:
+ Added overflow comment from div_function
+
+ * (PHP_5_2)
+ zend_operators.c
+ zend_operators.c:
+ MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64 bit
+ linux)
+
+ * zend_operators.c:
+ Fixed bug #47422 (modulus operator returns incorrect results on 64 bit
+ linux)
+ Removed abs(), just -1 needs to be checked (only LONG_MIN % -1 is a
+ problem)
+
2009-02-15 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_2)