[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mbstring/libmbfl/filters/mbfilter_utf16.c branches/PHP_5_3/ext/mbstring/tests/bug49528.phpt trunk/ext/mbstring/libmbfl/filters/mbfilter_utf16.c trunk/

2009-09-11 Thread Moriyoshi Koizumi
moriyoshiFri, 11 Sep 2009 08:22:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288260 Log: - Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted). Bug: http://bugs.php.net/49528 (Assigned) UTF-16 strings prefixed by BOMs wrondly

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/php_mysqli_structs.h branches/PHP_5_3/ext/mysqli/tests/005.phpt trunk/ext/mysqli/mysqli_api.c trunk/ex

2009-09-11 Thread Ulf Wendel
uw Fri, 11 Sep 2009 12:16:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288263 Log: Fixing a crash which must have existed since PHP 5.0. At least the crash can be reproduced with PHP 5.0.6. The crash happens only when using the MySQL

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_api.c trunk/ext/mysqli/mysqli_api.c

2009-09-11 Thread Ulf Wendel
uw Fri, 11 Sep 2009 12:28:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288265 Log: Stepping back to PHP 5.2.x and earlier logic of allocating even huge pieces of memory for large BLOB types to avoid data truncation. This fixes the test

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/php_mysqli_structs.h branches/PHP_5_3/ext/mysqli/tests/005.phpt trunk/ext/mysqli/mysqli_api.c trun

2009-09-11 Thread Jani Taskinen
What about fixing it also in PHP_5_2 ?? Or doesn't this exist there? ;) Sounds quite critical to be in there.. --Jani On 09/11/2009 03:16 PM, Ulf Wendel wrote: uw Fri, 11 Sep 2009 12:16:56 + Revision:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt trunk/ext/mysqli/mysqli_api.c trunk/ext/mysqli/tests/mysqli_stmt_fet

2009-09-11 Thread Ulf Wendel
uw Fri, 11 Sep 2009 13:38:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288267 Log: Fix for bug #49357 (MySQLi extension fails to recognize POINT (spatial) colums). Do yourself a favour and use mysqlnd. mysqlnd has no isuses here. If

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mbstring/libmbfl/filters/mbfilter_utf8.c branches/PHP_5_3/ext/mbstring/libmbfl/mbfl/mbfilter.c branches/PHP_5_3/ext/mbstring/tests/bug49536.phpt trunk

2009-09-11 Thread Moriyoshi Koizumi
moriyoshiFri, 11 Sep 2009 21:26:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288273 Log: - Fix bug #49536 (mb_detect_encoding() returns incorrect results when strict_mode is turned on.) (patch by komura, thanks!) Bug:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/dom/tests/DOMAttr_value_basic_001.phpt branches/PHP_5_2/ext/dom/tests/DOMCharacterData_appendData_basic.phpt branches/PHP_5_2/ext/dom/tests/DOMCharact

2009-09-11 Thread andy wharmby
wharmby Fri, 11 Sep 2009 21:57:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288274 Log: Add missing SKIPIF Changed paths: U php/php-src/branches/PHP_5_2/ext/dom/tests/DOMAttr_value_basic_001.phpt U