[PHP-DEV] Bug #491: Can't get rid of file system error message when file doesn't exist From: khapeman <email protected>
Date: 06/29/98

From: khapeman <email protected>
Operating system: Solaris 2.5.1
PHP version: 3.0 Final Release
PHP Bug Type: Misbehaving function
Bug description:
<H1>File Error Message Test</H1>
<?
$cmd = "ls dir/transactions1/junk.170_*";
$tst =  <email protected>($cmd);
?>

This produces the following message before the heading is displayed:

dir/transactions1/junk.170_*: No such file or directory