ID: 31595 User updated by: jle at amster dot com Reported By: jle at amster dot com -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Windows 2003 Server PHP Version: 4.3.10 New Comment:
doesn't seem to work :'( Previous Comments: ------------------------------------------------------------------------ [2005-01-24 17:12:38] caducesucoil at hotmail dot com The temporary fix is simple enough, create a new application pool in IIS 6 and set the site application preference to this new app pool so that there is a separate memory space for the php isapi.dll and any Zend dll's. I think the problem stems from IIS trying to share memory space with other isapi filters. ------------------------------------------------------------------------ [2005-01-18 14:20:13] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report. ------------------------------------------------------------------------ [2005-01-18 14:03:21] jle at amster dot com Thanks! i hope it will work ------------------------------------------------------------------------ [2005-01-18 12:10:02] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [2005-01-18 12:01:22] jle at amster dot com Description: ------------ I've an IIS6 working on Windows 2003 Server I made a php update (v4.3.9 -> 4.3.10) and now I'm encoutering 'Access Violation' problems. This doesn't appear all the time but when coming it prevents my website from working properly DBMS: mysql 4.0.22 I didn't made any changes in my php.ini while upgrading. safe_mode = Off extension=php_ldap.dll ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31595&edit=1