|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-12-12 05:16 UTC] stas@php.net
[2002-01-28 16:47 UTC] yohgaki@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 09:00:01 2025 UTC |
It is impossible to pass parameters containing "-" or "+" when running php as command-line script. Even a parameter like "test-2-test" (containing dash not as first character) or "+41123456789" will fail. For example test.php3 test-2-test or test.php3 +41123456789 will fail. I find no way to escape these characters to pass them. Maybe even more will be not allowed?