ID: 9043
Updated by: bbonev
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: *Directory/Filesystem functions
Assigned To:
Comments:
confirmed on linux both php4.0.3pl1 and latest CVS
Previous Comments:
---------------------------------------------------------------------------
[2001-02-01 00:16:30] [EMAIL PROTECTED]
<?
$cp = popen('/bin/I_DO_NOT_EXIST', 'w');
echo "Result is $cp<br>n";
?>
Returns the following:
Result is Resource id #1
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=9043
--
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]