]> source.dussan.org Git - nextcloud-server.git/commit
Remove checks for safe mode and magic quotes
authorLukas Reschke <lukas@owncloud.com>
Fri, 5 Dec 2014 18:14:47 +0000 (19:14 +0100)
committerLukas Reschke <lukas@owncloud.com>
Fri, 5 Dec 2014 18:14:47 +0000 (19:14 +0100)
commitddcf2b84ec158d035c77693664dac8bd40e1b6e7
treede2c8c71722af0e409c71440e669a74146070529
parent5f66cb32502c88d7182c3dc5994ef733762fa665
Remove checks for safe mode and magic quotes

Both are removed from 5.4.0

Safe Mode: http://php.net/manual/en/features.safe-mode.php
> This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.

Magic Quotes: http://php.net/manual/en/security.magicquotes.php
> This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.
lib/base.php
lib/private/httphelper.php
lib/private/util.php