Skip to content

Commit 0bf063d

Browse files
committed
Disabe test for 32-bit build
1 parent bc59e79 commit 0bf063d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/opcache/tests/gh9259_001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug GH-9259 001 (Setting opcache.interned_strings_buffer to a very high value leads to corruption of shm)
33
--EXTENSIONS--
44
opcache
5+
--SKIPIF--
6+
<?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
57
--INI--
68
opcache.interned_strings_buffer=131072
79
opcache.log_verbosity_level=2

0 commit comments

Comments
 (0)