Skip to content

Commit ac2376f

Browse files
committed
Merge branch 'PHP-5.5'
2 parents 177a25f + 1978dae commit ac2376f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

ext/sockets/php_sockets.h

Lines changed: 0 additions & 4 deletions
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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ Test if socket_set_option() returns 'unable to set socket option' failure for in
33
--SKIPIF--
44
<?php
55
if (!extension_loaded('sockets')) {
6-
die('SKIP sockets extension not available.');
6+
die('SKIP sockets extension not available.');
77
}
8-
98
if (PHP_OS == 'Darwin') {
10-
die('skip Not for OSX');
9+
die('skip Not for OSX');
1110
}
12-
1311
$filename = dirname(__FILE__) . '/006_root_check.tmp';
1412
$fp = fopen($filename, 'w');
1513
fclose($fp);

0 commit comments

Comments
 (0)