File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Bug #70258 (Segfault if do_resize fails to allocated memory)
44memory_limit=2M
55--SKIPIF--
66<?php
7+ if (PHP_OS_FAMILY === 'Windows ' ) {
8+ die ("xfail fails on Windows Server 2022 and newer. " );
9+ }
710$ zend_mm_enabled = getenv ("USE_ZEND_ALLOC " );
811if ($ zend_mm_enabled === "0 " ) {
912 die ("skip Zend MM disabled " );
Original file line number Diff line number Diff line change 22GH-11189: Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state (packed array)
33--SKIPIF--
44<?php
5+ if (PHP_OS_FAMILY === 'Windows ' ) {
6+ die ("xfail fails on Windows Server 2022 and newer. " );
7+ }
58if (getenv ("USE_ZEND_ALLOC " ) === "0 " ) die ("skip ZMM is disabled " );
69?>
710--INI--
Original file line number Diff line number Diff line change 22GH-11189: Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state (not packed array)
33--SKIPIF--
44<?php
5+ if (PHP_OS_FAMILY === 'Windows ' ) {
6+ die ("xfail fails on Windows Server 2022 and newer. " );
7+ }
58if (getenv ("USE_ZEND_ALLOC " ) === "0 " ) die ("skip ZMM is disabled " );
69?>
710--INI--
You can’t perform that action at this time.
0 commit comments