ID: 32957 Updated by: [EMAIL PROTECTED] Reported By: ukm at servplus dot ru -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: win xp sp2 PHP Version: 4.3.11 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Can't reproduce under Linux. Previous Comments: ------------------------------------------------------------------------ [2005-05-05 16:22:00] ukm at servplus dot ru Description: ------------ During the execution on this fragment with php.exe this application error occures: The instruction at "0x..." referenced memory at "0x....". The memory could not be "written". Reproduce code: --------------- <?php for($i = 0; $i < 100; ++$i) { putenv("VAR=VALUE"); putenv("VAR="); } ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32957&edit=1
