]> granicus.if.org Git - php/commitdiff
Added new INI entries to default php.ini files.
authorChris Vandomelen <chrisv@php.net>
Sun, 22 Oct 2000 23:49:57 +0000 (23:49 +0000)
committerChris Vandomelen <chrisv@php.net>
Sun, 22 Oct 2000 23:49:57 +0000 (23:49 +0000)
php.ini-dist
php.ini-optimized
php.ini-recommended

index 876c2074486a0b49201c4d6912898e2e081cad74..a34baabfc98f1d0ded1492a5ee6710c9536cf21a 100644 (file)
@@ -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
index b33a56b8cb25a75dfe149a25d82962326b03412b..85b722cd88711ff22009c566285daa301a9909bb 100644 (file)
@@ -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:
index b33a56b8cb25a75dfe149a25d82962326b03412b..85b722cd88711ff22009c566285daa301a9909bb 100644 (file)
@@ -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: