From: Patrick Allaert Date: Wed, 26 Oct 2011 09:32:37 +0000 (+0000) Subject: Added test for #60104 X-Git-Tag: php-5.5.0alpha1~971 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=226cba9fcacef17d776f7704c20f0576679fe04f;p=php Added test for #60104 --- diff --git a/ext/pdo_sqlite/tests/bug60104.phpt b/ext/pdo_sqlite/tests/bug60104.phpt new file mode 100644 index 0000000000..fd36b57b76 --- /dev/null +++ b/ext/pdo_sqlite/tests/bug60104.phpt @@ -0,0 +1,21 @@ +--TEST-- +Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction()) +--SKIPIF-- + +--FILE-- +sqliteCreateFunction( "md5", "md5", 1 ); + unset( $handler ); +} + +setUp(); +setUp(); +echo "done"; +?> +--EXPECTF-- +done