Skip to content

Commit b5a14e6

Browse files
committed
Port skipif.inc files to EXTENSIONS
1 parent ea126c5 commit b5a14e6

File tree

1,252 files changed

+2424
-616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,252 files changed

+2424
-616
lines changed

ext/dba/tests/bug36436.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #36436 (DBA problem with Berkeley DB4)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db4';

ext/dba/tests/bug38698.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'cdb_make';

ext/dba/tests/bug48240.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #48240 (DBA Segmentation fault dba_nextkey)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db4';

ext/dba/tests/bug49125.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #49125 (Error in dba_exists C code)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'db4';

ext/dba/tests/bug62490.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #62490 (dba_delete returns true on missing item (inifile))
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "inifile";

ext/dba/tests/bug65708.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/bug72157.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #72157 (use-after-free caused by dba_open)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

ext/dba/tests/bug72885.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #72885 flatfile: dba_fetch() fails to read replaced entry
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = "flatfile";

ext/dba/tests/bug78808.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached)
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
$handler = 'lmdb';

ext/dba/tests/dba001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DBA File Creation Test
3+
--EXTENSIONS--
4+
dba
35
--SKIPIF--
46
<?php
57
require_once(__DIR__ .'/skipif.inc');

0 commit comments

Comments
 (0)