I installed XAMPP as a convenience, since it installs php, apache (this is what I need), and in addition, it installs other things like MySQL, but I will not use them now.
In XAMPP, I turned on the mssql module (editing php.ini) to use the connection to Microsoft SQL, and everything works fine.
Now I want to debug the script in the PHP debugger with ZendStudio, and I notice that there are two ways:
The fact is that I can’t do this, I don’t understand how it is configured. I would like to use apache and php with XAMPP.
I am using Internal now, but I am having problems with the mssql module. I watched the Zend internal frame, manually copied the dll mssql and edited php.ini (I'm talking about Zend), but still not working.
Any ideas?
source
share