]> granicus.if.org Git - php/commitdiff
Skip test on ZTS build
authorDmitry Stogov <dmitry@zend.com>
Mon, 25 Apr 2016 11:48:36 +0000 (14:48 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 25 Apr 2016 11:48:36 +0000 (14:48 +0300)
tests/lang/045.phpt

index 8d980997538ad726ea6ab160b68c697c56265d4b..44fb80141003b34faeb60dca047ceb1504b8bda5 100644 (file)
@@ -3,6 +3,7 @@ Timeout again inside register_shutdown_function
 --SKIPIF--
 <?php
 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
+if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
 ?>
 --INI--
 hard_timeout=1