$NetBSD: patch-ag,v 1.1.2.1 2006/02/15 14:12:20 salo Exp $

--- php.ini-dist.orig	2005-12-30 19:15:55.000000000 +0200
+++ php.ini-dist	2006-02-05 15:36:13.000000000 +0200
@@ -457,8 +457,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
@@ -508,7 +509,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
