]> granicus.if.org Git - php/commitdiff
Add missing enable_dl
authorZeev Suraski <zeev@php.net>
Mon, 26 Jun 2000 18:16:54 +0000 (18:16 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 26 Jun 2000 18:16:54 +0000 (18:16 +0000)
php.ini-dist
php.ini-optimized
php.ini-recommended

index ad93fe192663bd519d5223969f36840e6a94925f..a1597694b7bfc125a5ee2e04b89b47ed6c7824f2 100644 (file)
@@ -28,6 +28,7 @@
 ; |                            bitwise OR
 ; &                            bitwise AND
 ; ~                            bitwise NOT
+; !                            boolean NOT
 ;
 ; Boolean flags can be turned on using the values 1, On, True or Yes.
 ; They can be turned off using the values 0, Off, False or No.
@@ -217,6 +218,10 @@ user_dir           =                                       ; the directory under which php opens the script using /~usernam
 ;upload_tmp_dir        =                       ; temporary directory for HTTP uploaded files (will use system default if not specified)
 upload_max_filesize = 2097152       ; 2 Meg default limit on file uploads
 extension_dir  =       ./                              ; directory in which the loadable extensions (modules) reside
+enable_dl              = On                            ; Whether or not to enable the dl() function.
+                                                                       ; The dl() function does NOT properly work in multithreaded
+                                                                       ; servers, such as IIS or Zeus, and is automatically disabled
+                                                                       ; on them.
 
 
 ;;;;;;;;;;;;;;;;;;;;;;
index 0dc78b5d3b261d58795a0b4a451d8644c93a6131..2321976fff27dac3723a90265a53be49f8d7f50c 100644 (file)
@@ -205,6 +205,10 @@ user_dir           =                                       ; the directory under which php opens the script using /~usernam
 ;upload_tmp_dir        =                       ; temporary directory for HTTP uploaded files (will use system default if not specified)
 upload_max_filesize = 2097152       ; 2 Meg default limit on file uploads
 extension_dir  =       ./                              ; directory in which the loadable extensions (modules) reside
+enable_dl              = On                            ; Whether or not to enable the dl() function.
+                                                                       ; The dl() function does NOT properly work in multithreaded
+                                                                       ; servers, such as IIS or Zeus, and is automatically disabled
+                                                                       ; on them.
 
 
 ;;;;;;;;;;;;;;;;;;;;;;
index 0dc78b5d3b261d58795a0b4a451d8644c93a6131..2321976fff27dac3723a90265a53be49f8d7f50c 100644 (file)
@@ -205,6 +205,10 @@ user_dir           =                                       ; the directory under which php opens the script using /~usernam
 ;upload_tmp_dir        =                       ; temporary directory for HTTP uploaded files (will use system default if not specified)
 upload_max_filesize = 2097152       ; 2 Meg default limit on file uploads
 extension_dir  =       ./                              ; directory in which the loadable extensions (modules) reside
+enable_dl              = On                            ; Whether or not to enable the dl() function.
+                                                                       ; The dl() function does NOT properly work in multithreaded
+                                                                       ; servers, such as IIS or Zeus, and is automatically disabled
+                                                                       ; on them.
 
 
 ;;;;;;;;;;;;;;;;;;;;;;