From 8488861e12f26b3c7ec88904d17e334fcf02655d Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sat, 14 Jan 2006 22:23:43 +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.50.1