summaryrefslogtreecommitdiff
path: root/lang/php5/patches/patch-ag
blob: 81d16856b8d1bd53d0c88eebb960a6d6cc6bef9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ag,v 1.1 2005/12/06 08:32:22 jdolecek Exp $
--- php.ini-dist.orig	2003-07-10 00:38:36.000000000 +0200
+++ php.ini-dist	2003-08-30 21:59:51.000000000 +0200
@@ -424,8 +424,9 @@
 ; if nonempty.
 user_dir =
 
-; Directory in which the loadable extensions (modules) reside.
-extension_dir = "./"
+; Directory in which the loadable extensions (modules) reside. If not
+; defined, then use the extension directory specified at compile-time.
+; 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
@@ -476,7 +477,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