gunnar: server/kolabd/kolabd/templates php.ini.template.in, 1.7, 1.7.2.1

cvs at kolab.org cvs at kolab.org
Mon Nov 23 23:35:03 CET 2009


Author: gunnar

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

Modified Files:
      Tag: kolab_2_2_branch
	php.ini.template.in 
Log Message:
        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.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- php.ini.template.in	7 Nov 2007 10:37:53 -0000	1.7
+++ php.ini.template.in	23 Nov 2009 22:35:01 -0000	1.7.2.1
@@ -21,6 +21,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