Hi everybody
I've installed xdebug extension to my Plesk (v17) and it went well (I can see that xdebug is correctly load through phpinfo() function and in PHP Setting, Xdebug's checkbox is checked).
But to make it works and appears in the dashboard, I had to add the extension in my php.ini with :
"extension=xdebug.so"
I know that it should be "zend_extension=path/to/xdebug.so" but when i'm doing that, I cant save the php.ini file and I got this message :
So I used the "extension=xdebug.so" way and if I check the log I got this message :
Anyone knows how to install and configure it properly ?
Thanks !
I've installed xdebug extension to my Plesk (v17) and it went well (I can see that xdebug is correctly load through phpinfo() function and in PHP Setting, Xdebug's checkbox is checked).
But to make it works and appears in the dashboard, I had to add the extension in my php.ini with :
"extension=xdebug.so"
I know that it should be "zend_extension=path/to/xdebug.so" but when i'm doing that, I cant save the php.ini file and I got this message :
So I used the "extension=xdebug.so" way and if I check the log I got this message :
Anyone knows how to install and configure it properly ?
Thanks !