mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
[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:
parent
57af376c5f
commit
1a88a38c49
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue