ID: 14525 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: IIS related Operating System: Windows NT 4.0 SP6a PHP Version: 4.1.1 New Comment:
Reopening. Previous Comments: ------------------------------------------------------------------------ [2002-01-10 08:12:44] [EMAIL PROTECTED] I am the developer of WebSite. I am available to assist in any way I can, however my time does not permit my participation on the PHP development team. This problem is likely a mis-use of ISAPI that is harmless on IIS but not on WebSite. One common mistake is to pass junk for the connection handle hConn in the ECB in calls to ServerSupportFunction(). This absolutely must be the correct hConn as given by the server when calling the ISAPI extension. It is actually the transaction context used throughout WebSite. I'll be happy to furnish a free copy of WebSite 3.1 to the PHP/ISAPI developers. ------------------------------------------------------------------------ [2002-01-09 21:50:11] [EMAIL PROTECTED] > Do you use session with files handler? Nope, this happens whenever a PHP document is accessed -- regardless of its content. Even a document that only contains <?php echo "Hello World!" ?> will cause this crash. ------------------------------------------------------------------------ [2002-01-09 21:25:50] [EMAIL PROTECTED] Do you use session with files handler? Then make sure you use *correct* session.save_path. Is this the case? ------------------------------------------------------------------------ [2002-01-09 21:18:41] [EMAIL PROTECTED] Same problem with 4.1.1 ------------------------------------------------------------------------ [2001-12-14 15:13:06] [EMAIL PROTECTED] When running PHP 4.1.0 (zip package) on Deerfield.com's WebSite 3.1.11 server (formerly known as O'Reilly WebSite Professional) using php4isapi.dll, every single request for a PHP file results in the following error message (which is the only thing that gets sent to the browser): "PHP has encountered an Access Violation at 0528B2F6" This did not happen in PHP 4.0.6. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14525&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]