PhpStorm & WebStorm 4.0.2 EAP 117.468
This week’s EAP brings you important fixes and performance improvements.
Please pay attention:
- PHP support no longer relies on internal classes for object, string, number, etc. thus fixing incompatibilities with any frameworks having classes with same names. Please report your experience.
More details available in build changelog.
Please, do not use twitter or blog comments for bug reports, file them to tracker.
Download PhpStorm & WebStorm for your platform from project EAP page.
Develop with pleasure!
-JetBrains Web IDE Team
Comments below can no longer be edited.
Dmitry Smirnov says:
May 25, 2012Thank you very much for this fix!
Bryan Green says:
May 25, 2012Thanks for this release!
The mPDF.php file is still quite slow to load. Is this CPU bound? Going to the mPDF function is a pain if I hit F3. I tried adding source comments automatically to the main mPDF function and the app took forever.
Sam says:
May 26, 2012Thanks for the fix. Works fine now with Yii2 codebase.
koubel says:
May 28, 2012internal class related fix seems fine, thank you.
koubel says:
June 7, 2012You forgot remove one internal class – Callback. I created WI-11583