PhpStorm 是 JetBrains 公司开发的一款商业的 PHP 集成开发工具。

PhpStorm 2.0 更加智能,零配置,支持 PHP 5.3 的命名空间和闭包,大大提升了代码分析的能力。
值得关注的内容包括:
- Complete PHP 5.3 support including namespaces and closures
- Zend Debugger support & zero-configuration debugging in all browsers
- Command line tool support including completion for Zend_Tool and Symfony
- Full-fledged editors for SQL queries with editable query results
- ECMAScript 5 "use strict"
- Added Mercurial support
- Reworked UI for all supported platforms: Windows, Mac OS and Linux
原文链接:http://www.oschina.net/news/15479/phpstorm-2-0-released
【编辑推荐】
- PHP开发者工资翻倍需做到的5件事
- PHP企业级应用之常见缓存技术深入解读
- PHP与Java在Web开发方面的比较
- Web开发者必备:21个超实用PHP代码
- PHP中发现奇异Bug 导致Web服务器崩溃