From a5aa27856c32411b15527d3249e657241587d9df Mon Sep 17 00:00:00 2001 From: Vincent Gevers Date: Sat, 6 Sep 2003 14:19:12 +0000 Subject: [PATCH] Add mail() fifth parameter is not allowed in safe mode git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139740 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 0e1f5fc275..c4f709c75f 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -593,10 +593,18 @@ Warning: readfile() has been disabled for security reasons in - Any function that uses - php4/main/fopen_wrappers.c - - ?? + + mail + + + In safe mode, the fifth parameter is disabled. (note: only affected since PHP 4.2.3) + + + + Any function that uses + php4/main/fopen_wrappers.c + + ??