mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
- add optional dependency to php-gd for image resize/conversion - switch to OptionsNG - LICENSE is now GPLv3 - drop support for MAIL_REPLACE_URI
10 lines
472 B
PHP
10 lines
472 B
PHP
--- program/include/iniset.php.orig 2012-08-06 18:18:13.000000000 +0200
|
|
+++ program/include/iniset.php 2012-08-13 12:37:50.000000000 +0200
|
|
@@ -29,7 +29,6 @@
|
|
// critical PHP settings here. Only these, which doesn't provide
|
|
// an error/warning in the logs later. See (#1486307).
|
|
'mbstring.func_overload' => 0,
|
|
- 'suhosin.session.encrypt' => 0,
|
|
'session.auto_start' => 0,
|
|
'file_uploads' => 1,
|
|
'magic_quotes_runtime' => 0,
|