Stas Malyshev wrote:

I'm just starting with the internal PHP development.
Do you have some sort of common development environment? Eclipse
project or
the like?

If you use eclipse, I personally just loaded whole PHP source dir into
Eclipse C/C++ project and it seems to be quite fine with it. No build of
course, but it's easy enough from command line (buildconf, configure,
make, you're done) and if you absolutely must I'm sure there's a way to
do it in eclipse too...

PHPEclipse is the package to use for handling PHP code. And it seems to be bundled with most Linux distributions. Add the html and javascript plugins as well and you can get most things done without leaving Eclipse.

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to