From 00853e467c2a68d2c614a71a4fef8b4cd44f6d43 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Tue, 16 Mar 2010 15:28:31 +0000 Subject: [PATCH] INPUT_REQUEST and INPUT_SESSION are not implemented yet in filter_input_array git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296282 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filter/functions/filter-input-array.xml | 4 ++-- reference/filter/functions/filter-input.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/filter/functions/filter-input-array.xml b/reference/filter/functions/filter-input-array.xml index 2c9f6aa44f..c90e8e92e8 100644 --- a/reference/filter/functions/filter-input-array.xml +++ b/reference/filter/functions/filter-input-array.xml @@ -27,8 +27,8 @@ One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, - INPUT_ENV, INPUT_SESSION, or - INPUT_REQUEST. + INPUT_ENV, INPUT_SESSION (not implemented yet), or + INPUT_REQUEST (not implemented yet). diff --git a/reference/filter/functions/filter-input.xml b/reference/filter/functions/filter-input.xml index 8eb5a4885b..7bf7fa86a5 100644 --- a/reference/filter/functions/filter-input.xml +++ b/reference/filter/functions/filter-input.xml @@ -28,7 +28,7 @@ One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, INPUT_ENV, INPUT_SESSION (not - implemented yet) and INPUT_REQUEST (not + implemented yet) or INPUT_REQUEST (not implemented yet).