[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems From: Phil Driscoll (phil <email protected>)
Date: 12/18/00

Andi wrote:
>By the wya, do you have an easy way of reproducing this?

It does it every time for me now - even across a reboot.
Build debug versions of php4isapi.dll and php4ts_debug.dll.
Configure IIS to map .php extensions onto php4isapi.dll (NB currently I
haven't installed it as a filter)
net stop IISADMIN
net start w3svc
in VC++ attach the debugger to inetinfo
in VC++ project settings for inetinfo, add php4ts_debug.dll and
php4isapi.dll to the list of additional modules to debug
set a breakpoint at the beginning of DLLMain in php4isapi.c so you cab step
through from there

point your browser at a .php on localhost containing <?php phpinfo();?>

and step into/over things until you hit the problem

On my system, once things have 'hung', if I stop debugging, I can restart
the process again reliably from net start w3svc

Cheers

--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>