Skip to content

Commit db6d8e2

Browse files
committed
skip 32-bit OS
1 parent d86decd commit db6d8e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/output/bug63377.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Bug #63377 (Segfault on output buffer > 2GB)
33
--SKIPF--
44
<?php
5+
if (PHP_INT_SIZE == 4) {
6+
die('skip Not for 32-bits OS');
7+
}
8+
59
$zend_mm_enabled = getenv("USE_ZEND_ALLOC");
610
if ($zend_mm_enabled === "0") {
711
die("skip Zend MM disabled");

0 commit comments

Comments
 (0)