update Wed Feb 10 06:37:00 PST 2010
[pkgsrc.git] / www / php4 / patches / patch-ah
1 $NetBSD: patch-ah,v 1.7 2003/09/01 10:17:38 cjep Exp $
2 --- php.ini-recommended.orig    2003-07-10 00:38:36.000000000 +0200
3 +++ php.ini-recommended 2003-08-30 22:01:36.000000000 +0200
4 @@ -440,7 +440,7 @@
5  user_dir =
6  
7  ; Directory in which the loadable extensions (modules) reside.
8 -extension_dir = "./"
9 +; extension_dir = "./"
10  
11  ; Whether or not to enable the dl() function.  The dl() function does NOT work
12  ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
13 @@ -491,7 +491,7 @@
14  
15  ; Temporary directory for HTTP uploaded files (will use system default if not
16  ; specified).
17 -;upload_tmp_dir =
18 +upload_tmp_dir = /tmp
19  
20  ; Maximum allowed size for uploaded files.
21  upload_max_filesize = 2M