Skip to content

Commit 0738a78

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: update ip2long_varation2 test to skip for AIX, see bug #72973
2 parents 6166a0d + 8c653c1 commit 0738a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/network/ip2long_variation2.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Test ip2long() function : usage variation 2, 32 bit
33
--SKIPIF--
44
<?php if(PHP_INT_SIZE != 4) {die('skip 32 bit only');} ?>
5+
<?php if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {die('skip not for AIX');} ?>
56
--FILE--
67
<?php
78
/* Prototype : int ip2long(string ip_address)

0 commit comments

Comments
 (0)