From: Joe Watkins <krakjoe@php.net>
Date: Mon, 9 Jan 2017 05:24:44 +0000 (+0000)
Subject: update ip2long_varation2 test to skip for AIX, see bug #72973
X-Git-Tag: php-7.1.2RC1~111^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c653c163a7c6f8fa3c1394bd1d482480c226177;p=php

update ip2long_varation2 test to skip for AIX, see bug #72973
---

diff --git a/ext/standard/tests/network/ip2long_variation2.phpt b/ext/standard/tests/network/ip2long_variation2.phpt
index 752956320c..0ca156a67b 100644
--- a/ext/standard/tests/network/ip2long_variation2.phpt
+++ b/ext/standard/tests/network/ip2long_variation2.phpt
@@ -2,6 +2,7 @@
 Test ip2long() function : usage variation 2, 32 bit
 --SKIPIF--
 <?php if(PHP_INT_SIZE != 4) {die('skip 32 bit only');} ?>
+<?php if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {die('skip not for AIX');} ?>
 --FILE--
 <?php
 /* Prototype  : int ip2long(string ip_address)