Skip to content

Commit 3f67d5a

Browse files
committed
Revert "Fixed Bug #64340 (sockets tests failed) Patch by Reeze"
build break, will only leave the test script fix first This reverts commit f2246f3.
1 parent 0404c38 commit 3f67d5a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

ext/sockets/php_sockets.h

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
# include "config.h"
2929
#endif
3030

31-
#ifdef __APPLE__
32-
#define __APPLE_USE_RFC_3542
33-
#endif
34-
3531
#if HAVE_SOCKETS
3632

3733
#include <php.h>

ext/sockets/tests/socket_set_option_error_socket_option.phpt

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ Test if socket_set_option() returns 'unable to set socket option' failure for in
55
if (!extension_loaded('sockets')) {
66
die('SKIP sockets extension not available.');
77
}
8-
9-
if (PHP_OS == 'Darwin') {
10-
die('skip Not for OSX');
11-
}
12-
138
$filename = dirname(__FILE__) . '/006_root_check.tmp';
149
$fp = fopen($filename, 'w');
1510
fclose($fp);

0 commit comments

Comments
 (0)