pkgsrc/www/php4/patches/patch-ah
2003-09-01 10:17:35 +00:00

21 lines
716 B
Text

$NetBSD: patch-ah,v 1.7 2003/09/01 10:17:38 cjep Exp $
--- php.ini-recommended.orig 2003-07-10 00:38:36.000000000 +0200
+++ php.ini-recommended 2003-08-30 22:01:36.000000000 +0200
@@ -440,7 +440,7 @@
user_dir =
; Directory in which the loadable extensions (modules) reside.
-extension_dir = "./"
+; extension_dir = "./"
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
@@ -491,7 +491,7 @@
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
-;upload_tmp_dir =
+upload_tmp_dir = /tmp
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M