summaryrefslogtreecommitdiff
path: root/ext/sockets
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2016-07-28 17:30:29 +0200
committerChristoph M. Becker <cmb@php.net>2016-07-28 17:30:29 +0200
commit573568bbceddd9226b931c50781e839a47d62944 (patch)
treee6791ac556ec4379335757c98624ba85405337d6 /ext/sockets
parent95190db84d0e3afe43793f08ed5289b3510c0eee (diff)
parentc301adbbd16270fdf59db161725594e76895a662 (diff)
downloadphp-git-573568bbceddd9226b931c50781e839a47d62944.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
Diffstat (limited to 'ext/sockets')
-rw-r--r--ext/sockets/tests/socket_cmsg_credentials.phpt3
-rw-r--r--ext/sockets/tests/socket_cmsg_rights.phpt3
2 files changed, 6 insertions, 0 deletions
diff --git a/ext/sockets/tests/socket_cmsg_credentials.phpt b/ext/sockets/tests/socket_cmsg_credentials.phpt
index 6a1c23fa8c..922be0bb37 100644
--- a/ext/sockets/tests/socket_cmsg_credentials.phpt
+++ b/ext/sockets/tests/socket_cmsg_credentials.phpt
@@ -8,6 +8,9 @@ die('skip sockets extension not available.');
if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
die('skip not for Microsoft Windows');
}
+if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {
+die('skip not for AIX');
+}
--CLEAN--
<?php
$path = __DIR__ . "/unix_sock";
diff --git a/ext/sockets/tests/socket_cmsg_rights.phpt b/ext/sockets/tests/socket_cmsg_rights.phpt
index 081ad9a6ac..e4d1f03b87 100644
--- a/ext/sockets/tests/socket_cmsg_rights.phpt
+++ b/ext/sockets/tests/socket_cmsg_rights.phpt
@@ -8,6 +8,9 @@ die('skip sockets extension not available.');
if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
die('skip not for Microsoft Windows');
}
+if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {
+die('skip not for AIX');
+}
--CLEAN--
<?php
$path = __DIR__ . "/unix_sock";