|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-07-17 20:31 UTC] procacci at procacci dot net
./grab_meta http://altavista.com/sites/search/web?q=task+management&pg=q&kl=XX 3 The following command line argument doesn't work because of the plus sign (+). This also hold true when the second argument is enclosed in qutoes (") || ('). The plus sign (+) causes the second argument to split up into two smaller arguments. BUG? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 07:00:01 2025 UTC |
Zak, IIRC this _is_ a bug, or at least a misfeature. the TODO file says: * when used in standalone (skell-script like) mode don't urldecode arguments passed to php. right now it's not possible to say /usr/local/bin/php somescript.php dog+cat.txt as "dog+cat.txt" will arrive in php as "dog cat.txt". BTW, AFAICT the manual page you linked here contains _nothing_ about this particular issue (I even read all the notes on the page).