mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
add SKIPIF section
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
Bug #40770 Apache child exits when PHP memory limit reached
|
||||
--INI--
|
||||
memory_limit=8M
|
||||
--SKIPIF--
|
||||
<?php
|
||||
$zend_mm_enabled = getenv("USE_ZEND_ALLOC");
|
||||
if ($zend_mm_enabled === "0") {
|
||||
die("skip Zend MM disabled");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
ini_set('display_errors',true);
|
||||
|
||||
Reference in New Issue
Block a user