summaryrefslogtreecommitdiff
path: root/ext/filter/php_filter.h
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2019-11-18 14:13:12 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2019-12-05 13:15:55 +0100
commitb95da3c75f1d1572e5d775990a347c69ee361d8c (patch)
tree3c1cc8419f7f58f8882e7664e6dfeee8fe1334f0 /ext/filter/php_filter.h
parent29ef07728eec6323efcff124fc1a6436252b0c35 (diff)
downloadphp-git-b95da3c75f1d1572e5d775990a347c69ee361d8c.tar.gz
Remove FILTER_SANITIZE_MAGIC_QUOTES filter
Diffstat (limited to 'ext/filter/php_filter.h')
-rw-r--r--ext/filter/php_filter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/filter/php_filter.h b/ext/filter/php_filter.h
index 1a544fe435..2a923ab953 100644
--- a/ext/filter/php_filter.h
+++ b/ext/filter/php_filter.h
@@ -90,7 +90,6 @@ void php_filter_url(PHP_INPUT_FILTER_PARAM_DECL);
void php_filter_number_int(PHP_INPUT_FILTER_PARAM_DECL);
void php_filter_number_float(PHP_INPUT_FILTER_PARAM_DECL);
void php_filter_add_slashes(PHP_INPUT_FILTER_PARAM_DECL);
-void php_filter_magic_quotes(PHP_INPUT_FILTER_PARAM_DECL);
void php_filter_callback(PHP_INPUT_FILTER_PARAM_DECL);