ID: 32957 Updated by: [EMAIL PROTECTED] Reported By: ukm at servplus dot ru -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: win xp sp2 PHP Version: 4.3.11 New Comment:
tony2001: ms libc putenv function does have at least one segfault bug that we have a workaround for. Someone needs to check a debug build of 4.3 on windows; preferably someone with MS VC 6 installed, as the libc has changed between releases. I'd check it myself, but I only have vs.net installed, so it would be a bogus check. Previous Comments: ------------------------------------------------------------------------ [2005-05-05 19:38:00] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [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
