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
commite86830273b4fb86a69cdb634a603be8a04e83846 (patch)
treef08674fe7d507d402e9bccccd6f152575221388c /ext/pdo_sqlite/tests
parent326c58df666080deceb6fdcb5d7353a626c2e264 (diff)
downloadphp-git-e86830273b4fb86a69cdb634a603be8a04e83846.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';