php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #72677
Patch php-7.0.9-aix-skip-scm-cred.patch revision 2016-07-26 13:15 UTC by matthieu dot sarter dot external at atos dot net

Patch php-7.0.9-aix-skip-scm-cred.patch for Testing related Bug #72677

Patch version 2016-07-26 13:15 UTC

Return to Bug #72677 | Download this patch
Patch Revisions:

Developer: matthieu.sarter.external@atos.net

diff -Nur php-7.0.3.orig/ext/sockets/tests/socket_cmsg_credentials.phpt php-7.0.3-aix/ext/sockets/tests/socket_cmsg_credentials.phpt
--- php-7.0.3.orig/ext/sockets/tests/socket_cmsg_credentials.phpt	2016-02-02 17:32:26 +0100
+++ php-7.0.3-aix/ext/sockets/tests/socket_cmsg_credentials.phpt	2016-03-10 17:18:19 +0100
@@ -8,6 +8,9 @@
 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 -Nur php-7.0.3.orig/ext/sockets/tests/socket_cmsg_rights.phpt php-7.0.3-aix/ext/sockets/tests/socket_cmsg_rights.phpt
--- php-7.0.3.orig/ext/sockets/tests/socket_cmsg_rights.phpt	2016-02-02 17:32:26 +0100
+++ php-7.0.3-aix/ext/sockets/tests/socket_cmsg_rights.phpt	2016-03-10 17:18:19 +0100
@@ -8,6 +8,9 @@
 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";
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC