diff options
| author | foobar <sniper@php.net> | 2005-02-14 08:23:54 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-02-14 08:23:54 +0000 |
| commit | d20e2cf0fcea3efc0b10580ec311e8580956a23b (patch) | |
| tree | a899a326136432540b63ff3ceb44f4b4a378b24b | |
| parent | 28f0397803895c337c717faa1f19937cfdf39c8c (diff) | |
| download | php-git-d20e2cf0fcea3efc0b10580ec311e8580956a23b.tar.gz | |
Nuke non-existing ini option
| -rw-r--r-- | php.ini-dist | 4 | ||||
| -rw-r--r-- | php.ini-recommended | 4 |
2 files changed, 0 insertions, 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 = |
