We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b26749b + 14cebef commit 11e8418Copy full SHA for 11e8418
Zend/tests/bug55509.phpt
@@ -5,6 +5,12 @@ Bug #55509 (segfault on x86_64 using more than 2G memory)
5
if (PHP_INT_SIZE == 4) {
6
die('skip Not for 32-bits OS');
7
}
8
+
9
+$zend_mm_enabled = getenv("USE_ZEND_ALLOC");
10
+if ($zend_mm_enabled === "0") {
11
+ die("skip Zend MM disabled");
12
+}
13
14
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
15
// check the available memory
16
if (PHP_OS == 'Linux') {
0 commit comments