ID: 12144
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Reproducible crash
Operating System: Windows NT Server 4
PHP Version: 4.0.6
New Comment:
What do you mean by 'crash' here? Does it output any
error messages?
Previous Comments:
------------------------------------------------------------------------
[2001-07-13 11:18:23] [EMAIL PROTECTED]
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 this 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]