mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use --EXTENSIONS-- section for new test
This commit is contained in:
parent
404bed1a69
commit
cb5a4ed920
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue