]> 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)
commit5dfd12ddb75e3ced869ec54dbe0818d4736ed38b
treeb1d82c367ed1a01ea54f327bf0df5364bcc2fd66
parentc4c11fd38a69781cbecab07dcc817ce85bf8e0ed
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