blob: d55e88531862f81330267fd2d561e26d9da969ed (
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
25
|
$NetBSD: patch-ag,v 1.4 2002/10/14 06:21:20 martti Exp $
--- php.ini-dist.orig Sat Aug 24 00:57:06 2002
+++ php.ini-dist Sat Oct 12 09:29:27 2002
@@ -367,8 +367,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
@@ -396,7 +397,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
|