mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Use --EXTENSIONS-- section for new test
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
--TEST--
|
||||
Bug #81407 (shmop_open won't attach and causes php to crash)
|
||||
--EXTENSIONS--
|
||||
shmop
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (PHP_OS_FAMILY !== "Windows") die("skip for Windows only");
|
||||
if (!extension_loaded("shmop")) die("skip shmop extension not available");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user