diff options
author | Chris Vandomelen <chrisv@php.net> | 2000-10-22 23:49:57 +0000 |
---|---|---|
committer | Chris Vandomelen <chrisv@php.net> | 2000-10-22 23:49:57 +0000 |
commit | 0e705a5f60e3bdc7545811132b6850301cf12340 (patch) | |
tree | 0bee9b1a91e1736c40220c9ecd4f0c4fa6517e2a /php.ini-recommended | |
parent | b57f9eb541130842fed43c79a05cf0dfa9ee8fb7 (diff) | |
download | php-git-0e705a5f60e3bdc7545811132b6850301cf12340.tar.gz |
Added new INI entries to default php.ini files.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index b33a56b8cb..85b722cd88 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -470,6 +470,9 @@ pfpro.defaulttimeout = 30 ; default timeout in seconds ; pfpro.proxylogon = ; default proxy logon ; pfpro.proxypassword = ; default proxy password +[Sockets] +sockets.use_system_read = Off ; Use the system read() function instead of + ; the php_read() wrapper. ; Local Variables: ; tab-width: 4 ; End: |