From: foobar Date: Mon, 14 Feb 2005 08:25:30 +0000 (+0000) Subject: MFH: nuke unused code + non-existing ini option X-Git-Tag: php-5.0.4RC1~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd1125627a64eb4a264aaab979bb5f82e4c4c429;p=php MFH: nuke unused code + non-existing ini option --- diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index eb3f3c59f0..6a54c5dd06 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -82,10 +82,6 @@ typedef struct { int error; } php_socket; -typedef struct { - zend_bool use_system_read; -} php_sockets_globals; - /* Prototypes */ #ifdef ilia_0 /* not needed, only causes a compiler warning */ static int php_open_listen_sock(php_socket **php_sock, int port, int backlog TSRMLS_DC); diff --git a/php.ini-dist b/php.ini-dist index f385788398..2886f30fe2 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -1088,10 +1088,6 @@ pfpro.defaulttimeout = 30 ; Default proxy password. ;pfpro.proxypassword = -[Sockets] -; Use the system read() function instead of the php_read() wrapper. -sockets.use_system_read = On - [com] ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs ;com.typelib_file = diff --git a/php.ini-recommended b/php.ini-recommended index dc832e1d4b..1b51f89ac4 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -1146,10 +1146,6 @@ pfpro.defaulttimeout = 30 ; Default proxy password. ;pfpro.proxypassword = -[Sockets] -; Use the system read() function instead of the php_read() wrapper. -sockets.use_system_read = On - [com] ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs ;com.typelib_file =