a9e061798a
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
22 lines
692 B
Text
22 lines
692 B
Text
$NetBSD: patch-ah,v 1.5 2002/10/14 06:21:20 martti Exp $
|
|
|
|
--- php.ini-recommended.orig Sat Aug 24 00:57:06 2002
|
|
+++ php.ini-recommended Sat Oct 12 09:29:54 2002
|
|
@@ -373,7 +373,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
|
|
@@ -403,7 +403,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
|