Revert "Fixed Bug #64340 (sockets tests failed) Patch by Reeze"

build break, will only leave the test script fix first

This reverts commit f2246f352f.
This commit is contained in:
Xinchen Hui 2013-03-05 13:58:20 +08:00
parent 0404c38615
commit 3f67d5ae43
2 changed files with 0 additions and 9 deletions

View File

@ -28,10 +28,6 @@
# include "config.h"
#endif
#ifdef __APPLE__
#define __APPLE_USE_RFC_3542
#endif
#if HAVE_SOCKETS
#include <php.h>

View File

@ -5,11 +5,6 @@ Test if socket_set_option() returns 'unable to set socket option' failure for in
if (!extension_loaded('sockets')) {
die('SKIP sockets extension not available.');
}
if (PHP_OS == 'Darwin') {
die('skip Not for OSX');
}
$filename = dirname(__FILE__) . '/006_root_check.tmp';
$fp = fopen($filename, 'w');
fclose($fp);