Hi -
This is my first post here, and I just hope I can explain it clearly ...
I am trying to configure the PHP-Java Bridge for an Eclipse project. In order to do this, I need to include the php-cgi binary in the project. My problem is this: I can't find the php-cgi binary....
I'm using Mac OS X 10.5.8 Client, and PHP 5.3.1. I have tried using Marc Liyanage's build for OS X: he states in his FAQ that he includes php-cgi within his distributions' /usr/local/php5/bin directory, but it isn't there.
I have also tried building PHP myself, but being a complete newcomer to this I'm getting lost in the config switches.
I am starting to suspect that in PHP 5.3 there is NO separate php-cgi binary, but rather the php binary handles cgi mode. Is this the case ? (I sort of hope it isn't because Eclipse / PHP-Java Bridge doesn't like it, but at least I'd be ruling out one unknown). But I can't find any mention of such a change in the PHP changelogs or elsewhere.
If I'm wrong, can somebody please explain to me how to build php-cgi under Mac OS X ?
Thanks very much ... I'm hitting brick walls here!
David