From: [EMAIL PROTECTED]
Operating system: Windows NT Server 4
PHP version: 4.0.6
PHP Bug Type: Reproducible crash
Bug description: Error in execution operator (`dir .\*.*`)
I've installed PHP 4.0.6 with Win32 installer (php406-installer.exe). Using
the following code crashes PHP:
<?php
$m = `dir /b .\*.php`;
echo $m;
?>
It works fine in PHP 4.0.5
--
Edit bug report at: http://bugs.php.net/?id=12144&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]