From d20e2cf0fcea3efc0b10580ec311e8580956a23b Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 14 Feb 2005 08:23:54 +0000 Subject: [PATCH] Nuke non-existing ini option --- php.ini-dist | 4 ---- php.ini-recommended | 4 ---- 2 files changed, 8 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index 1a35c56ccd..a757d3567e 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 = -- 2.50.1