1
0
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:
Christoph M. Becker
2021-09-02 23:49:05 +02:00
parent 404bed1a69
commit cb5a4ed920

View File

@@ -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