diff options
author | Nikita Popov <nikic@php.net> | 2014-09-10 17:30:25 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2015-01-17 18:26:45 +0100 |
commit | a60efc5e11b65083ef4cc8a132df620e1642dd76 (patch) | |
tree | a20a581d517a6b956fd27382c7aed500b77b91a8 /.gitattributes | |
parent | 4c115b6b71e31a289d84f72f8664943497b9ee31 (diff) | |
download | php-git-a60efc5e11b65083ef4cc8a132df620e1642dd76.tar.gz |
Remove set_magic_quotes_runtime
And the alias magic_quotes_runtime
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 091043a35b..a237ec7f84 100644 --- a/.gitattributes +++ b/.gitattributes @@ -49,7 +49,6 @@ UPGRADING.INTERNALS merge=NEWS /ext/spl/tests/SplArray_fromArray.phpt -crlf /ext/standard/tests/dir/scandir_variation3.phpt -crlf /ext/standard/tests/general_functions/escapeshellcmd-win32.phpt -crlf -/ext/standard/tests/general_functions/set_magic_quotes_runtime_error.phpt -crlf /ext/standard/tests/strings/bug26817.phpt -crlf /ext/standard/tests/strings/bug26973.phpt -crlf /ext/standard/tests/strings/bug27457.phpt -crlf |