[PHP-DEV] PHP 4.0 Bug #6523 Updated: Unable to use 'passthru' function From: jmoore <email protected>
Date: 11/20/00

ID: 6523
Updated by: jmoore
Reported By: mike.king <email protected>
Status: Closed
Bug Type: *General Issues
Assigned To:
Comments:

If you are running it under IIS then this is known behaviour and due to a problem with ISAPI modules. If you are using CGI module then please update and try again. Reopen this report if it still happens.

James

Previous Comments:
---------------------------------------------------------------------------

[2000-09-04 05:21:47] mike.king <email protected>
When trying to use the 'passthru' function from a new install of PHP4.0.2, I get this error.

Warning: Unable to fork [dir] in D:FolderNamepublic_htmldir.php on line 3

Here is some example code:

1. <pre>
2. <?
3. passthru("dir");
4. ?>
5. </pre>

If I use PHP3 (same machine) to run this file, it works OK.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6523

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>