summaryrefslogtreecommitdiff
path: root/ext/sqlite/tests/sqlite_027.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sqlite/tests/sqlite_027.phpt')
-rwxr-xr-xext/sqlite/tests/sqlite_027.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/tests/sqlite_027.phpt b/ext/sqlite/tests/sqlite_027.phpt
index 52c17b309b..7919f2c3f7 100755
--- a/ext/sqlite/tests/sqlite_027.phpt
+++ b/ext/sqlite/tests/sqlite_027.phpt
@@ -3,6 +3,8 @@ sqlite: crash inside sqlite_escape_string() & sqlite_udf_encode_binary
--SKIPIF--
<?php # vim:ft=php
if (!extension_loaded("sqlite")) print "skip"; ?>
+--INI--
+memory_limit=-1
--FILE--
<?php
var_dump(strlen(sqlite_escape_string(str_repeat("\0", 20000000))));