From e99778562d3b11ae1adcc2be3db5a9bb9b9bfcfc Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sat, 14 Jan 2006 22:22:48 +0000 Subject: [PATCH] add test for bug #36010 --- ext/oci8/tests/bug36010.phpt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ext/oci8/tests/bug36010.phpt diff --git a/ext/oci8/tests/bug36010.phpt b/ext/oci8/tests/bug36010.phpt new file mode 100644 index 0000000000..ef435496a8 --- /dev/null +++ b/ext/oci8/tests/bug36010.phpt @@ -0,0 +1,26 @@ +--TEST-- +bug #36010 (Crash when executing SQL statment with lob parameter twice) +--SKIPIF-- + +--FILE-- + +--EXPECT-- +Done -- 2.40.0