[PHP-WIN] XDEBUG with 5.2.6, IIS 5.1, CGI

2009-02-12 Thread Herb Munson
Well, I'm now set up with CGI on my XP - IIS 5.1 - PHP 5.2.6 system. And its much more fun now, it doesn't seem to be kicking off all those Access Violations, as isapi did. Many thanks for that. But now where xdebug worked (on those rare occasions without access violations) - nada. NetBeans

RE: [PHP-WIN] Access Violation

2009-02-12 Thread Ruslan Yakushev
FastCGI extension does work with 5.1. Up until last month the EULA in the installer said that it was supported for IIS 6.0 only, but in fact it also worked on 5.1. Last month the license has been updated so now the FastCGI extension is officially supported for IIS 5.1. -Original Message

RE: [PHP-WIN] Access Violation

2009-02-12 Thread Herb Munson
It is on a development machine, and performance is not an issue (well, it sort of is an issue: php should .) So I guess I'll go to cgi. As I recall, the MS site to download fastcgi states pretty clearly what it is intended to run on, and IIS 5.1 is not there - even though the MS links to that do

[PHP-WIN] Information on function caller?

2009-02-12 Thread Sascha Meyer
Hi group, I am unsatisfied with the following situation and would like to ask your advice on how to handle this: all of my scripts use a central custom database connection class that handles Oracle connections & stored procedures; this works pretty good, but there's one major drawback of this