RBR
RBR

Reputation: 999

Eclipse Helios - Problem Adding PHP Executable

I just installed Eclipse Helios (zend-eclipse-php-helios-macosx-cocoa-x86.tar.gz) on my Mac (OS X v. 10.5.8).
When I try to add a PHP executable (/Applications/MAMP/bin/php5.3/bin/php), I get the following message:

Selected location doesn't refer to a valid PHP executable

and Eclipse won't allow me to add this executable- which is a valid PHP executable.
See ...

[23:34 44]
/Applications/MAMP/bin/php5.3/bin/php -v
PHP 5.3.2 (cli) (built: Mar  5 2010 16:45:34) Copyright (c) 1997-2010 
The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 
Zend Technologies
with XCache v1.3.0, Copyright (c) 2005-2009, by mOo
with Xdebug v2.1.0-dev, Copyright (c) 2002-2009, by Derick Rethans

Please advise. Thanks in advance.

Rylie

Upvotes: 3

Views: 2826

Answers (1)

VonC
VonC

Reputation: 1324537

Is this similar to this thread where PDT on Helios lacks a direct compatibility with PHP5.3?

A possible workaround was presented in bug 28157 "Unable to add PHP executable", with a wrapper around php.

Upvotes: 1

Related Questions