I am doing development on Mac OS X 10.7, with Komodo IDE 6.1.3 using PHP and Apache, both installed from Macports. I want to enable remote debugging of my PHP scripts running under Apache using Komodo. Following instructions from Activestate's website, I have configured my system as shown below to make it work. I have... Continue Reading →
Installing PHP5 on Mac OS X with Macports
To install PHP5 with the right variants, to support: Apache2 Pear Komodo IDE's Simulate CGI Environment Debugging I chose: sudo port install php5 +apache2 +pear +fastcgi
Remote Debugging via proxy with PHP, XDebug, and Komodo IDE
So I am experimenting with remote debugging using Komodo IDE, PHP and Linux. Following instructions from the xdebug website, I typed: sudo pecl install xdebug Then I added the file /etc/php.d/xdebug.ini with the lines: Running php -i, yields amongst others, the following message: xdebug support => enabled Version => 2.1.1 XDEBUG NOT LOADED AS ZEND... Continue Reading →
Macports: How to configure php5 for apache2
I guess I am spoiled with Redhat's integration of all these packages where you simply install and away you go. Macports isn't quite a polite in this regard. The default config files are incomplete and not enabled when it is installed. So I have had to do some massaging to get php working. The file... Continue Reading →