summaryrefslogtreecommitdiff
path: root/www/php4/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'www/php4/patches/patch-ah')
-rw-r--r--www/php4/patches/patch-ah22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/php4/patches/patch-ah b/www/php4/patches/patch-ah
new file mode 100644
index 00000000000..abca36dacb6
--- /dev/null
+++ b/www/php4/patches/patch-ah
@@ -0,0 +1,22 @@
+$NetBSD: patch-ah,v 1.3 2001/10/16 04:54:24 jlam Exp $
+
+--- php.ini-optimized.orig Thu May 31 23:20:49 2001
++++ php.ini-optimized
+@@ -231,7 +231,7 @@
+ include_path = ; UNIX: "/path1:/path2" Windows: "\path1;\path2"
+ doc_root = ; the root of the php pages, used only if nonempty
+ user_dir = ; the directory under which php opens the script using /~username, used only if nonempty
+-extension_dir = ./ ; directory in which the loadable extensions (modules) reside
++;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
+@@ -242,7 +242,7 @@
+ ; File Uploads ;
+ ;;;;;;;;;;;;;;;;
+ file_uploads = On ; Whether to allow HTTP file uploads
+-;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified)
++upload_tmp_dir = /tmp ; temporary directory for HTTP uploaded files (will use system default if not specified)
+ upload_max_filesize = 2M ; Maximum allowed size for uploaded files
+
+