Hello all, I’m using OpenSUSE 13.1 with PHP 5.4.20 and I’m trying to set up Xdebug according to these instructions. The first problem I encountered is that I have no */etc/php.ini *although I have a php.ini in 3 other locations:
# find /etc -name php.ini
/etc/php5/fastcgi/php.ini
/etc/php5/cli/php.ini
/etc/php5/apache2/php.ini
So my first question is: how does php.ini work in OpenSUSE? Should I copy one of these files to /etc/php.ini? If yes, which one?
My second question is: how do I know exactly if I already have Xdebug extention installed?
And my last question is: how do I install PECL in OpenSUSE, in order to install Xdebug (if it’s not installed yet)? I found a package named php5-pecl-v8js but I guess this is not PECL itself.
Thanks for your attention once more!