summaryrefslogtreecommitdiff
path: root/www/php4/patches/patch-ah
blob: 9a9a88ef93a84ad16841ea161dddc0e080414301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ah,v 1.4 2001/12/31 23:54:26 jlam Exp $

--- php.ini-recommended.orig	Fri Aug 17 12:54:16 2001
+++ php.ini-recommended
@@ -368,7 +368,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
@@ -385,7 +385,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