[APIS-586][PHP] cubrid_fetch CUBRID_LOB tries to allocate 4 billion bytes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330915 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Esen Sagynov 2013-07-15 01:23:15 +00:00
parent 57af376c5f
commit 1a88a38c49

View file

@ -66,7 +66,7 @@ cubrid_execute($conn,"DROP TABLE if exists doc");
cubrid_execute($conn,"CREATE TABLE doc (id INT, doc_content CLOB)");
cubrid_execute($conn,"INSERT INTO doc VALUES (5,'hello,cubrid')");
$req = cubrid_prepare($conn, "select * from test_lob");
$req = cubrid_prepare($conn, "select * from doc");
cubrid_execute($req);