From:             efernandez at vantageglobal dot com
Operating system: Windows 2003 Server SE
PHP version:      4.3.9
PHP Bug Type:     IIS related
Bug description:  exec(): Unable to fork

Description:
------------
Machine:
========
Windows 2003 Server SE.
IIS 6
PHP 4.3.9


Description:
============
In a script file, i have this line:

$aux= 'ze.exe -b "'.$pic.'"';
exec($aux,$output,$error);

By the way, when i call it from the browser:

Warning: exec(): Unable to fork [ze.exe -b blah blah

Some other "bugs" in the site are simillar, but just saying in the next
version has been fixed, i have the last one at the date (Oct. 2004). And
this still happend. Any comments / ideas, will be appreciate.

Thanks in advanced.


-- 
Edit bug report at http://bugs.php.net/?id=30503&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30503&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30503&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30503&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30503&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30503&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30503&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30503&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30503&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30503&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30503&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30503&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30503&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30503&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30503&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30503&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30503&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30503&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30503&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30503&r=mysqlcfg

Reply via email to