@@ -1,12 +1,6 @@
----
- php.ini-recommended | 307 ++--------------------------------------------------
- 1 file changed, 15 insertions(+), 292 deletions(-)
-
-Index: php.ini-recommended
-===================================================================
---- php.ini-recommended.orig 2007-08-22 01:24:18.000000000 +0200
-+++ php.ini-recommended 2007-12-11 06:29:32.000000000 +0100
-@@ -244,7 +244,9 @@ safe_mode_allowed_env_vars = PHP_
+--- php.ini-recommended.orig 2010-08-16 02:26:39.000000000 +0200
++++ php.ini-recommended 2010-12-14 21:03:12.694876982 +0100
+@@ -245,7 +245,9 @@
; This directive contains a comma-delimited list of environment variables that
; the end user won't be able to change using putenv(). These variables will be
; protected even if safe_mode_allowed_env_vars is set to allow to change them.
@@ -17,7 +11,7 @@
; open_basedir, if set, limits all file operations to the defined directory
; and below. This directive makes most sense if used in a per-directory
-@@ -406,7 +408,7 @@ track_errors = Off
+@@ -412,7 +414,7 @@
; Disable the inclusion of HTML tags in error messages.
; Note: Never use this feature for production boxes.
@@ -26,7 +20,7 @@
; If html_errors is set On PHP produces clickable error messages that direct
; to a page describing the error or function causing the error in detail.
-@@ -516,7 +518,7 @@ default_mimetype = "text/html"
+@@ -522,7 +524,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
@@ -35,7 +29,7 @@
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
-@@ -533,12 +535,12 @@ doc_root =
+@@ -539,12 +541,12 @@
user_dir =
; Directory in which the loadable extensions (modules) reside.
@@ -50,7 +44,7 @@
; cgi.force_redirect is necessary to provide security running PHP as a CGI under
; most web servers. Left undefined, PHP turns this on by default. You can
-@@ -591,7 +593,7 @@ file_uploads = On
+@@ -597,7 +599,7 @@
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
@@ -59,7 +53,7 @@
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
-@@ -623,81 +625,6 @@ default_socket_timeout = 60
+@@ -632,81 +634,6 @@
; fgets() and file() will work regardless of the source of the file.
; auto_detect_line_endings = Off
@@ -96,7 +90,6 @@
-;extension=php_curl.dll
-;extension=php_dba.dll
-;extension=php_dbase.dll
--;extension=php_exif.dll
-;extension=php_fdf.dll
-;extension=php_gd2.dll
-;extension=php_gettext.dll
@@ -106,6 +99,7 @@
-;extension=php_interbase.dll
-;extension=php_ldap.dll
-;extension=php_mbstring.dll
+-;extension=php_exif.dll
-;extension=php_mcrypt.dll
-;extension=php_mhash.dll
-;extension=php_mime_magic.dll
@@ -141,7 +135,7 @@
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
-@@ -745,12 +672,6 @@ default_socket_timeout = 60
+@@ -750,12 +677,6 @@
define_syslog_variables = Off
[mail function]
@@ -154,7 +148,7 @@
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
-@@ -769,7 +690,7 @@ sql.safe_mode = Off
+@@ -774,7 +695,7 @@
;odbc.default_pw = Not yet implemented
; Allow or prevent persistent links.
@@ -163,7 +157,7 @@
; Check that a connection is still valid before reuse.
odbc.check_persistent = On
-@@ -791,7 +712,7 @@ odbc.defaultbinmode = 1
+@@ -796,7 +717,7 @@
[MySQL]
; Allow or prevent persistent links.
@@ -172,7 +166,7 @@
; Maximum number of persistent links. -1 means no limit.
mysql.max_persistent = -1
-@@ -860,50 +781,9 @@ mysqli.default_pw =
+@@ -865,50 +786,9 @@
; Allow or prevent reconnect
mysqli.reconnect = Off
@@ -224,7 +218,7 @@
; Detect broken persistent links always with pg_pconnect().
; Auto reset feature requires a little overheads.
-@@ -923,47 +803,6 @@ pgsql.ignore_notice = 0
+@@ -928,47 +808,6 @@
; Unless pgsql.ignore_notice=0, module cannot log notice message.
pgsql.log_notice = 0
@@ -272,7 +266,7 @@
[bcmath]
; Number of decimal digits for all bcmath functions.
bcmath.scale = 0
-@@ -971,43 +810,6 @@ bcmath.scale = 0
+@@ -976,43 +815,6 @@
[browscap]
;browscap = extra/browscap.ini
@@ -316,7 +310,7 @@
[Session]
; Handler used to store/retrieve data.
session.save_handler = files
-@@ -1038,7 +840,7 @@ session.save_handler = files
+@@ -1043,7 +845,7 @@
;
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
@@ -325,7 +319,7 @@
; Whether to use cookies.
session.use_cookies = 1
-@@ -1047,7 +849,7 @@ session.use_cookies = 1
+@@ -1052,7 +854,7 @@
; This option enables administrators to make their users invulnerable to
; attacks which involve passing session ids in URLs; defaults to 0.
@@ -334,7 +328,7 @@
; Name of the session (used as cookie name).
session.name = PHPSESSID
-@@ -1065,7 +867,7 @@ session.cookie_path = /
+@@ -1070,7 +872,7 @@
session.cookie_domain =
; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.
@@ -343,7 +337,7 @@
; Handler used to serialize data. php is the standard serializer of PHP.
session.serialize_handler = php
-@@ -1106,14 +908,14 @@ session.bug_compat_warn = 1
+@@ -1111,14 +913,14 @@
session.referer_check =
; How many bytes to read from the file.
@@ -362,7 +356,7 @@
; Set to {nocache,private,public,} to determine HTTP caching aspects
; or leave this empty to avoid sending anti-caching headers.
-@@ -1136,7 +938,7 @@ session.use_trans_sid = 0
+@@ -1141,7 +943,7 @@
; Select a hash function
; 0: MD5 (128 bits)
; 1: SHA-1 (160 bits)
@@ -371,7 +365,7 @@
; Define how many bits are stored in each character when converting
; the binary hash data to something readable.
-@@ -1153,58 +955,6 @@ session.hash_bits_per_character = 5
+@@ -1158,58 +960,6 @@
; Note that all valid entries require a "=", even if no value follows.
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
@@ -430,7 +424,7 @@
[Assertion]
; Assert(expr); active by default.
;assert.active = On
-@@ -1222,18 +972,6 @@ mssql.secure_connection = Off
+@@ -1227,18 +977,6 @@
; error_reporting(0) around the eval().
;assert.quiet_eval = 0
@@ -449,9 +443,9 @@
[mbstring]
; language for internal character representation.
;mbstring.language = Japanese
-@@ -1278,21 +1016,6 @@ mssql.secure_connection = Off
+@@ -1283,21 +1021,6 @@
|