Any PHP editors supporting 5.3 syntax? - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T07:09:50Zhttp://stackoverflow.com/feeds/question/62472http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/62472/any-php-editors-supporting-5-3-syntax3Any PHP editors supporting 5.3 syntax?Leonid Shevtsov2008-09-15T12:46:59Z2009-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#625200Answer by The.Anti.9 for Any PHP editors supporting 5.3 syntax?The.Anti.92008-09-15T12:50:53Z2008-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#625490Answer by Thomas Owens for Any PHP editors supporting 5.3 syntax?Thomas Owens2008-09-15T12:55:08Z2008-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#633896Answer by Daniel for Any PHP editors supporting 5.3 syntax?Daniel2008-09-15T14:25:37Z2008-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#725490Answer by Jeremy Privett for Any PHP editors supporting 5.3 syntax?Jeremy Privett2008-09-16T13:59:30Z2008-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#6456301Answer by Michael for Any PHP editors supporting 5.3 syntax?Michael2009-03-14T08:25:54Z2009-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#14794550Answer by JVlad for Any PHP editors supporting 5.3 syntax?JVlad2009-09-25T20:33:26Z2009-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#14794610Answer by Anatoliy for Any PHP editors supporting 5.3 syntax?Anatoliy2009-09-25T20:35:00Z2009-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#14794850Answer by Ronald Conco for Any PHP editors supporting 5.3 syntax?Ronald Conco2009-09-25T20:43:39Z2009-09-25T20:43:39Z<p>The latest version of netbeans 6.8(beta) does support most of the new features...</p>