ID: 22975 Updated by: [EMAIL PROTECTED] Reported By: kju at arcor dot de -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows NT 4 SP 6a PHP Version: 4.3.1 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Previous Comments: ------------------------------------------------------------------------ [2003-03-31 03:30:31] kju at arcor dot de After we have updated the PHP-Version from 4.1 to 4.3.1 we have reproducable crashes... In some of our scripts are exec-commands to use system-commands... With version 4.1 all our scripts were ok... But after updating the scripts crash at the 26. system-call... I have a small example here: -- n=30; for ($i=0;$i<$n;$i++) { exec("echo $i >> c:\test.log"); } -- For any n<26 the script is running fine... But when n=26 and above the script crashes and the last entry in the test.log-file is "25" (the 26. system-call). We have tested the system-calls with exec, system and passthru: same results. We also have tested many different commands also with commands who don't use the filesystem, f.e. "ping $ip". We also have increased the "set_time_limit" up to a very high value (much more than we need normally) but the problem is persistent... no "normal ending"... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22975&edit=1