freebsd-ports/mail/roundcube/files/patch-installer_check.php
Alex Dupre 7d9ef4d188 Update to 0.8.0 release:
- add optional dependency to php-gd for image resize/conversion
- switch to OptionsNG
- LICENSE is now GPLv3
- drop support for MAIL_REPLACE_URI
2012-08-13 13:23:07 +00:00

10 lines
405 B
PHP

--- installer/check.php.orig 2012-08-06 18:18:13.000000000 +0200
+++ installer/check.php 2012-08-13 12:36:52.000000000 +0200
@@ -39,7 +39,6 @@
'session.auto_start' => 0,
'zend.ze1_compatibility_mode' => 0,
'mbstring.func_overload' => 0,
- 'suhosin.session.encrypt' => 0,
'magic_quotes_runtime' => 0,
'magic_quotes_sybase' => 0,
);