|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-12-05 21:45 UTC] girgias@php.net
-Status: Open
+Status: Feedback
[2019-12-05 21:45 UTC] girgias@php.net
[2019-12-15 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jan 30 11:00:01 2026 UTC |
Description: ------------ Please upgrade the 'additional_paramters' to allow plural paramters again (I used to be able to use spaces before that wordpress bug made everyone panic) Maybe change it to mixes to mixed to allow an array of parameters so that more than one additional parameter can be used, because as it stands escapeshellarg clumps evertthing passed here into a single parameter. Test script: --------------- # I would like to be able do do something like this: mail('test@example.com','test@example.com','test','',array('-f','otherguy@example.com','-odq'));