[Pkg-owncloud-commits] [php-sabredav] 31/80: Magic quotes is now irrelevant
David Prévot
taffit at moszumanska.debian.org
Thu Jan 7 02:56:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit c4c1852a2f0e9d1b1e2ce4f9453ec47e81ceaae9
Author: Evert Pot <me at evertpot.com>
Date: Thu Dec 31 11:30:45 2015 -0500
Magic quotes is now irrelevant
---
examples/webserver/apache2_vhost.conf | 4 ----
1 file changed, 4 deletions(-)
diff --git a/examples/webserver/apache2_vhost.conf b/examples/webserver/apache2_vhost.conf
index bb374eb..7428964 100644
--- a/examples/webserver/apache2_vhost.conf
+++ b/examples/webserver/apache2_vhost.conf
@@ -23,10 +23,6 @@
# This is also to prevent high memory usage
php_flag always_populate_raw_post_data off
- # This is almost a given, but magic quotes is *still* on on some
- # linux distributions
- php_flag magic_quotes_gpc off
-
# SabreDAV is not compatible with mbstring function overloading
php_flag mbstring.func_overload off
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list