gunnar: server/kolabd/kolabd/templates php.ini.template.in, 1.13, 1.14

cvs at kolab.org cvs at kolab.org
Tue Feb 16 09:35:50 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv9371/kolabd/templates

Modified Files:
	php.ini.template.in 
Log Message:
Removed deprecated php.ini settings.

Index: php.ini.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/php.ini.template.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- php.ini.template.in	21 Jan 2010 19:58:34 -0000	1.13
+++ php.ini.template.in	16 Feb 2010 08:35:48 -0000	1.14
@@ -15,8 +15,6 @@
 
 ;   Resource Limits
 register_globals   = off    ; Global variables are no longer registered for input data
-safe_mode          = off    ; Enable Safe Mode (file UID comparisons)
-safe_mode_gid      = off    ; Whether to relax Safe Mode to file GID comparisons
 allow_url_fopen    = on     ; Disable the opening of remote URLs
 display_errors     = off    ; Errors will NOT be displayed
 log_errors         = on     ; Errors will be logged
@@ -37,7 +35,6 @@
 ;   Include Paths
 ;include_path          = ".:/kolab/lib/php"
 include_path          = ".:@phplibdir@:@phplibdir2@:@phppeardir@"
-safe_mode_include_dir = "@phplibdir@/"
 
 ; FIXME: Do not hardcode the timezone setting
 ;





More information about the commits mailing list