Any PHP editors supporting 5.3 syntax? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T07:09:50Z http://stackoverflow.com/feeds/question/62472 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax 3 Any PHP editors supporting 5.3 syntax? Leonid Shevtsov 2008-09-15T12:46:59Z 2009-09-25T20:43:39Z <p>I'm using namespaces in a project and Eclipse PDT, my IDE of choice, recognizes them as syntax errors. Not only it renders its convenient error checking unusable, but it also ruins Eclipse's PHP explorer.</p> <p>5.3 features are coming to PDT 2.0 scheduled for release in December. Are there any alternatives for the present moment? I'm looking for 5.3 syntax highlighting and error checking at the least.</p> http://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax/62520#62520 0 Answer by The.Anti.9 for Any PHP editors supporting 5.3 syntax? The.Anti.9 2008-09-15T12:50:53Z 2008-09-15T12:50:53Z <p>I am not aware of any at the moment, you might just have to wait a while =/</p> http://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax/62549#62549 0 Answer by Thomas Owens for Any PHP editors supporting 5.3 syntax? Thomas Owens 2008-09-15T12:55:08Z 2008-09-15T12:55:08Z <p>Have you tried Aptana Studio or the Aptana plugin for Eclipse? I'm not sure if the Aptana plugin supports PHP, but Aptana Studio does. That might have what you are looking for.</p> http://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax/63389#63389 6 Answer by Daniel for Any PHP editors supporting 5.3 syntax? Daniel 2008-09-15T14:25:37Z 2008-10-03T18:49:17Z <p>Some threads that have been addressed by the various PHP IDE developers regarding the status of 5.3 syntax support:</p> <ul> <li><strong>PHPEclipse</strong>: <a href="http://www.phpeclipse.net/ticket/636" rel="nofollow">http://www.phpeclipse.net/ticket/636</a> or <a href="http://www.google.com.au/search?q=php+5.3+phpeclipse" rel="nofollow">google</a></li> <li><strong>Aptana</strong>: <a href="http://forums.aptana.com/viewtopic.php?t=6538" rel="nofollow">http://forums.aptana.com/viewtopic.php?t=6538</a> or <a href="http://www.google.com.au/search?q=php+5.3+aptana" rel="nofollow">google</a></li> <li><strong>PDT</strong>: <a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=234938" rel="nofollow">http://bugs.eclipse.org/bugs/show_bug.cgi?id=234938</a> or <a href="http://www.google.com.au/search?q=php+pdt+5.3" rel="nofollow">google</a></li> <li><strong>TextMate</strong>: <a href="http://www.nabble.com/PHP-Namespace-Support-td19784898.html" rel="nofollow">http://www.nabble.com/PHP-Namespace-Support-td19784898.html</a> (Namespace support) or <a href="http://www.google.com.au/search?q=php+pdt+5.3" rel="nofollow">google</a></li> </ul> http://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax/72549#72549 0 Answer by Jeremy Privett for Any PHP editors supporting 5.3 syntax? Jeremy Privett 2008-09-16T13:59:30Z 2008-09-16T13:59:30Z <p>It probably won't really help you, but my current solution is Zend Studio 5.5 with real-time errors disabled. I can't use the internal debugger on 5.3 projects, but everything else in the IDE still works and the namespace code isn't highlighted as an error. I get to keep the code explorer and syntax highlighting and just test my code external to the IDE.</p> http://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax/645630#645630 1 Answer by Michael for Any PHP editors supporting 5.3 syntax? Michael 2009-03-14T08:25:54Z 2009-03-14T08:25:54Z <p>Hi! This <a href="http://spektom.blogspot.com/2009/03/php-53-support-in-pdt-2nd-stage-is-over.html" rel="nofollow">blog</a> states that PHP 5.3 support already presents in <a href="http://www.eclipse.org/pdt/downloads/" rel="nofollow">latest integration</a> of PDT 2.1.0.</p> http://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax/1479455#1479455 0 Answer by JVlad for Any PHP editors supporting 5.3 syntax? JVlad 2009-09-25T20:33:26Z 2009-09-25T20:33:26Z <p>NuSphere (<a href="http://www.nusphere.com/" rel="nofollow">http://www.nusphere.com/</a> ) just released PhpED with full support for all php-5.3 features. Works great for me.</p> <p>-j</p> http://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax/1479461#1479461 0 Answer by Anatoliy for Any PHP editors supporting 5.3 syntax? Anatoliy 2009-09-25T20:35:00Z 2009-09-25T20:35:00Z <p>jEdit <a href="http://jedit.org" rel="nofollow">http://jedit.org</a></p> http://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax/1479485#1479485 0 Answer by Ronald Conco for Any PHP editors supporting 5.3 syntax? Ronald Conco 2009-09-25T20:43:39Z 2009-09-25T20:43:39Z <p>The latest version of netbeans 6.8(beta) does support most of the new features...</p>