I'm having a miserable time with setting up with debugger. I've PDT Eclipse. I tried with Zend, and XDebug both, to no success. In pursuit of fixing, installing, messing these I stumbled upon an article on Stackover flow, (link lost in the wonder world) on php.ini files. The poster had 2 ini, and that fixed his/her issue.
I'm really scared to mess/play with the settings on .ini file. I'm on OSX 10.9
I've one .ini file at /etc/
Until now I've been editing it, and can see result in my small web application. Example - removing comments from PDO, helps me connect to Database.
I've another at:
I've never ever played, touched, this holy file.ls /usr/local/php5/lib
gives me output as:which php
I had changed PHP version long back to 5.5 current which it is:/usr/local/php5/bin/php
Do making changes in /etc/php.ini helps me, or should I make changes in /usr/local/php5/lib ?php -v
Once I've this ground clear, I'd be pouring in issues with debugger installation.
Kindly help, and guide me.