diff options
Diffstat (limited to 'unmaintained/pdns-gui/0030-remove-zend.ze1_compatibility_mode-option.patch')
-rw-r--r-- | unmaintained/pdns-gui/0030-remove-zend.ze1_compatibility_mode-option.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unmaintained/pdns-gui/0030-remove-zend.ze1_compatibility_mode-option.patch b/unmaintained/pdns-gui/0030-remove-zend.ze1_compatibility_mode-option.patch new file mode 100644 index 0000000000..6c3c5a7aa8 --- /dev/null +++ b/unmaintained/pdns-gui/0030-remove-zend.ze1_compatibility_mode-option.patch @@ -0,0 +1,12 @@ +--- ./data/symfony/config/php.yml.orig ++++ ./data/symfony/config/php.yml +@@ -4,9 +4,6 @@ + arg_separator.output: | + & + +-check: +- zend.ze1_compatibility_mode: off +- + warn: + magic_quotes_gpc: off + register_globals: off |