PHP IDE with Integrated Web Server
Posted
by seth
on Stack Overflow
See other posts from Stack Overflow
or by seth
Published on 2010-05-21T16:25:39Z
Indexed on
2010/05/21
16:30 UTC
Read the original article
Hit count: 225
Note: This is not another "What is the best PHP IDE?" question.
I'm looking for a PHP IDE with a specific feature, namely an integrated / embedded (php enabled) web server; ideally with xdebug pre-bundled.
I already know that Aptana 1.5 has this functionality (and some older versions of Zend Studio as well), but Aptana 1.5 hasn't been supported for quite some time and as we make the transition to PHP 5.3 and beyond, it's usefulness will diminish significantly.
I've looked at some options including Eclipse PDT and NetBeans, but it seems every PHP IDE relies on a separate local/remote web server to actually interpret the code.
I know installing a web server locally is fairly trivial, but this is for a classroom solution, where installing, configuring, and maintaining a web server on 1000 machines is simply not feasible. A remote server solution will also not work due to the need to use debugging functionality (xdebug currently requires a hardcoded IP for the debug client).
This seems like such an obvious feature/plugin for a PHP IDE, but my research thus far has turned up no results.
© Stack Overflow or respective owner