From: Chris Vandomelen Date: Sun, 22 Oct 2000 23:49:57 +0000 (+0000) Subject: Added new INI entries to default php.ini files. X-Git-Tag: php-4.0.4RC3~553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e705a5f60e3bdc7545811132b6850301cf12340;p=php Added new INI entries to default php.ini files. --- diff --git a/php.ini-dist b/php.ini-dist index 876c207448..a34baabfc9 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -485,6 +485,9 @@ pfpro.defaulttimeout = 30 ; default timeout in seconds ; pfpro.proxyport = ; default proxy port ; pfpro.proxylogon = ; default proxy logon ; pfpro.proxypassword = ; default proxy password +[Sockets] +sockets.use_system_read = On ; Use the system read() function instead of + ; the php_read() wrapper. ; Local Variables: ; tab-width: 4 diff --git a/php.ini-optimized b/php.ini-optimized index b33a56b8cb..85b722cd88 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -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: 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: