Skip to content

Commit abe05b1

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Use --EXTENSIONS-- section for new test
2 parents 7c2381e + cb5a4ed commit abe05b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/shmop/tests/bug81407.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
--TEST--
22
Bug #81407 (shmop_open won't attach and causes php to crash)
3+
--EXTENSIONS--
4+
shmop
35
--SKIPIF--
46
<?php
57
if (PHP_OS_FAMILY !== "Windows") die("skip for Windows only");
6-
if (!extension_loaded("shmop")) die("skip shmop extension not available");
78
?>
89
--FILE--
910
<?php

0 commit comments

Comments
 (0)