Date: 12/16/00
- Next message: Phil Driscoll: "[PHP-DEV] Successful build of RC6 un Suze 6.4"
- Previous message: Zak Greant: "Re: [PHP-DEV] PHP 4.0 Bug #8294 Updated: Documented behavior of @ operator does not match actual behavior"
- Maybe in reply to: Phil Driscoll: "[PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Next in thread: André Langhorst: "Re: [PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Reply: André Langhorst: "Re: [PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Andi wrote:
>Yeah you need to attach the debugger from within the PHP project.
The story so far:
I've built debug ts versions of php4isapi.dll and php4ts.dll, and configured
IIS to use them. I restarted my machine as the non-debug php isapi module
crashed IIS when I tried to stop iisadmin.
I ran VC++ and attached the debugger to inetinfo.
I added php4isapi.dll and php4ts.dll as additional dlls in the settings
dialog for the inetinfo project.
I loaded php4isapi.c into VC++ and set break points at the start of
HttpFilterProc and HttpExtensionProc.
I accessed a php file on localhost - the file just contained <?php
phpinfo();?>
The browser displayed server error 500.
The debugger did not halt at either breakpoint.
Is there something else I should have done?
Any clues gratefully received!
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>
- Next message: Phil Driscoll: "[PHP-DEV] Successful build of RC6 un Suze 6.4"
- Previous message: Zak Greant: "Re: [PHP-DEV] PHP 4.0 Bug #8294 Updated: Documented behavior of @ operator does not match actual behavior"
- Maybe in reply to: Phil Driscoll: "[PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Next in thread: André Langhorst: "Re: [PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Reply: André Langhorst: "Re: [PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

