show php syntax mistakes !!!!!!!!!
even if a ';' is missing php fails to run. and I cannot find it .
This is because it is not complied .
can you please add a synactic checker ?
This is released as extension to the WebMatrix 3 Preview! http://www.youtube.com/watch?v=68eRL3cz5rU
4 comments
-
Georg
commented
You can ask PHP to show error messages. Go to "c:\Program Files\IIS Express\PHP\v5.3\" (where v5.3 is your current version) and rename "php.ini-development" to "php.ini". The original "php.ini" go to be deleted in fact, you can rescue this before.
It will show reason of fail and string number in your browser. In Webmatrix you can use "show string numbers" and "go to string".
Of course, it's better it automatically supports in Webmatrix.
-
Yanike Mann
commented
This YES! Definitely a must have!
Here's my suggestion for image and file auto complete path. Also, class auto complete as well. Please vote :)
-
carlo
commented
ottimo
-
kristina
commented
Hello,
I have same problem.
1. you can use xdebug inside IISexpress. read rosyln's post on this.