Using ZendStudio with XAMPP

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:

  • Interior
  • Server

  • [Internal], uses internal PHP PHP ZendStudio.

  • [Server], connect to the server (this is what I need).

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?

+3
source share
2 answers

You will need to install Zend Debugger or xdebug on the server, and then configure Zend Studio accordingly. Both are fairly easy to install on XAMPP, and there are many articles available through Google that install in more detail than I can here.

Zend Debugger, Zend Studio, . xdebug, Studio, xdebug. "PHP" > "" " PHP".

Zend Studio Remote Debug Remote Profiling Studio. Zend Studio .

, , XAMPP Zend Server Community, Zend Debugger . 7+ .

+4

ZendStudio, "" http://localhost/ ?

+1

Source: https://habr.com/ru/post/1752370/


All Articles