[PHP-DEV] argv and plus signs

2003-06-05 Thread Monte Ohrt
Hi, I asked Andrei about this and he suggested that I pose this question to you folks... I'm trying to use php from the command line and the $argv array seems to be squashing plus signs (+) in the content. Example: $> test.php -R '\w+\.gif' file.txt A printout of $argv reveals: Array( [0] =

[PHP-DEV] argv and plus signs (again)

2003-06-05 Thread Monte Ohrt
I might have just answered my own question: http://bugs.php.net/bug.php?id=18566 I must use CLI instead of CGI. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php