summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2011-11-08 10:11:25 +0000
committerDmitry Stogov <dmitry@php.net>2011-11-08 10:11:25 +0000
commitcacf36395750da86c78f6118d8d4a0bc157bc877 (patch)
tree77fd9c596db6be3456a87f53a48454033dbd17e7 /ext/pdo_sqlite/tests
parent0ac9b9b0aef924470b9ce7908ccdf7a5402bf48f (diff)
downloadphp-git-cacf36395750da86c78f6118d8d4a0bc157bc877.tar.gz
Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
Diffstat (limited to 'ext/pdo_sqlite/tests')
-rw-r--r--ext/pdo_sqlite/tests/bug60104.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_sqlite/tests/bug60104.phpt b/ext/pdo_sqlite/tests/bug60104.phpt
index 44ca273c12..fd36b57b76 100644
--- a/ext/pdo_sqlite/tests/bug60104.phpt
+++ b/ext/pdo_sqlite/tests/bug60104.phpt
@@ -1,7 +1,5 @@
--TEST--
Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
---XFAIL--
-see bug #60104, not fix yet
--SKIPIF--
<?php
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';