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
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

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