nt of + in filenames has been changed
with PHP 4.3. Since then a+b.txt is one filename, quoted or not.
--
Sven Schnitzke
> -Ursprüngliche Nachricht-
> Von: mmy [SMTP:[EMAIL PROTECTED]
> Gesendet am: Sonntag, 30. März 2003 11:30
> An: [EMAIL PROTECTED]
> Betreff: [PHP-WI
Hi!
I'm using PHP 4.3.1, IE 5.5, Win ME
I'm trying to use php through DOS command line.
Running the very basic script
$argv = $_SERVER['argv'];
var_dump($argv);
I noticed that the command line arguments are split at a + character, even
if between double quotes.
for instance
php test.php a+b