|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-02-21 21:25 UTC] jani@php.net
-Package: Feature/Change Request
+Package: Mail related
[2013-03-02 18:38 UTC] reeze@php.net
[2013-03-02 18:38 UTC] reeze@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: reeze
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Mar 19 17:00:01 2026 UTC |
Description: ------------ I think, mail() function with 5 parameters should work in safe mode when "additional_parameters" is an empty string. Reproduce code: --------------- mail("somebody@somewhere.com","subject","body","",""); Expected result: ---------------- The functions should work in safe mode. Actual result: -------------- The function returns false in safe mode.