projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
ab7994d
)
tests: blacklist sqlite3_str and sqlite3_win32 functions
author
Michael Wallner
<mike@php.net>
Thu, 26 Jul 2018 07:23:29 +0000
(09:23 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 26 Jul 2018 07:23:29 +0000
(09:23 +0200)
tests/sqlite/sqlite001.phpt
patch
|
blob
|
history
diff --git
a/tests/sqlite/sqlite001.phpt
b/tests/sqlite/sqlite001.phpt
index a243e75dcf721193435932638d512941ce90d6f1..27bc7adc5d0443d9aa870d85cabc7938f6c59444 100644
(file)
--- a/
tests/sqlite/sqlite001.phpt
+++ b/
tests/sqlite/sqlite001.phpt
@@
-2,7
+2,7
@@
sqlite3
--INI--
psi.directory={PWD}:{PWD}/../../psi.d
-psi.blacklist.decls="sqlite3_
*serialize,sqlite3_stmt_scanstatus*,sqlite3_snapshot
*"
+psi.blacklist.decls="sqlite3_
str*,sqlite3_*serialize,sqlite3_stmt_scanstatus*,sqlite3_snapshot*,sqlite3_win32
*"
--SKIPIF--
<?php
extension_loaded("psi") or printf("%s\n", "skip - need ext/psi");