Skip to content

Commit 95589fe

Browse files
committed
no skip for 64 bit
1 parent 6b2dbb8 commit 95589fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/sysvshm/tests/bug72858.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Bug #72858 shm_attach null dereference
33
--SKIPIF--
44
<?php
55
if (!extension_loaded("sysvshm")){ print 'skip'; }
6-
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
76
if (substr(PHP_OS, 0, 3) != "WIN") { print "skip windows only"; }
87
?>
98
--FILE--

0 commit comments

Comments
 (0)