From: [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version: 4.0.3pl1
PHP Bug Type: *Directory/Filesystem functions
Bug description: popen returns a 'Resource id #' (non null) when process cannot be
created.
<?
$cp = popen('/bin/I_DO_NOT_EXIST', 'w');
echo "Result is $cp<br>\n";
?>
Returns the following:
Result is Resource id #1
--
Edit Bug report at: http://bugs.php.net/?id=9043&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]