]> granicus.if.org Git - php/commit
Stepping back to PHP 5.2.x and earlier logic of allocating even huge pieces of memory...
authorUlf Wendel <uw@php.net>
Fri, 11 Sep 2009 12:28:47 +0000 (12:28 +0000)
committerUlf Wendel <uw@php.net>
Fri, 11 Sep 2009 12:28:47 +0000 (12:28 +0000)
commita69c19879090afb7f58008c5ca3d95bab1f81fdf
tree1c832f8a5e4e59fa41eb0750879a32a06705549e
parent9af451ff4948bf3561716eeca670d345b6bc235b
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 failure of 005.phpt when using MySQL Client
Library (libmysql). The test does pass with mysqlnd because mysqlnd does not have any issues here.
ext/mysqli/mysqli_api.c