It seems I was able to compile a debug version of php 4.4.2 myself using MSVC++ 6 with php4dll.dsw... but when I point IIS to ISAPI dll ... on all scripts, I get "input file not found" error ...
when I dump a phpinfo using "php -i" ... it tells me that I am using PHP in CGI/FastCGI mode ... but I dont recall doing that intentionally ... anyonw has an idea about this behaviour ? also, what is the difference between php4dll.dsw & php4.dsw ? thanks for your help On 4/29/06, Nuno Lopes <[EMAIL PROTECTED]> wrote:
I haven't been able to use such tool with PHP with the .pdb files myself. If you have success, could you please write a tutorial for our bugs.php.net site? That tool teoricaly should also find memory leaks, but well, I can't work with it.. Wine with valgrind is much easier :) Nuno ----- Original Message ----- From: "Sharad Gupta" <[EMAIL PROTECTED]> To: <internals@lists.php.net> Sent: Saturday, April 29, 2006 2:46 AM Subject: [PHP-DEV] Help with generating a stack trace on IIS6 Hi All, My company has recently switched its servers from apache 1.3 to IIS 6 ... not for technical but for business reasons. Well, we have tried using different versions of PHP, 4.3.7, 4.3.8, 4.4.2 ... but with every ISAPI config, we are getting "PHP has encountered an access violation at XXXX" ... I have searched extensively across bugs.php.net ... but could not really find much helpful solutions. I know that without extra debug information, its difficult for anyone here to be much helpful but my problem is I have tried IIS's Microsoft Diagnostics Toolkit ... without much help. IIS does not die when the error occurs and I cannot get the information that the "how to file bug report" page says. I would appreciate if anyone can help me in finding out how to obtain extra information from php ... I am not able to find a debug pack for PHP 4 .... Thanks Sharad