gunnar: server/kolabd/kolabd/templates php.ini.template.in,1.8,1.9

cvs at kolab.org cvs at kolab.org
Mon Nov 23 23:42:17 CET 2009


Author: gunnar

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

Modified Files:
	php.ini.template.in 
Log Message:
MFB:         kolab/issue919 (kolab server has problems with some characters in
        passwords)

        kolab/issue1880 (Poor handling of apostrophes in ldap and admin
        webpages)

        kolab/issue3654 (Special character issue in Kolab web
        interface (e.g. vacation message))

        kolab/issue3499 (creating/modifying users with special characters
        in name confuses web admin)


Index: php.ini.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/php.ini.template.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- php.ini.template.in	17 Mar 2009 13:15:16 -0000	1.8
+++ php.ini.template.in	23 Nov 2009 22:42:15 -0000	1.9
@@ -22,6 +22,11 @@
 memory_limit       = 64M    ; Maximum amount of memory a script may consume
 post_max_size      = 8M     ; Maximum amount of POST data accepted
 
+magic_quotes_gpc   = 0      ; Automatically quote posted variables. Required to be "0" for the
+                            ; webadmin to work. Horde does not care and removes them anyway if
+                            ; the setting is "1". The setting will be removed in PHP 6 and "0"
+                            ; will be the default then.
+
 error_reporting    = E_ALL
 error_log          = @webserver_logdir@/php/php-errors.log
 upload_tmp_dir     = @webserver_tmpdir@





More information about the commits mailing list