PHP syntax checking

Are you missing a feature? Request its implementation here.
jpmoularde
Posts: 21
Joined: Wed Dec 16, 2009 2:53 pm

PHP syntax checking

Post by jpmoularde »

Hello!
I use extensively XML Editor for editing php files on a web server.
The fact that you can access directly remote files is very interesting for a language which is interpreted on the server side (I have no php interpretor on my PC, and any way I need to make sure that it works actually on THAT server).
However every time I'm making changes in a program, I need several transfers to the server until the syntax is correct.

Question: I wonder why there is no "php syntax checking" tool that would allow to reduce the number of uploads to the server before the syntax is correct.

Or maybe there is already such a tool but I've been unable to find it???
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: PHP syntax checking

Post by sorin_ristache »

Hello,

It is the first request that we receive for validating the syntax of the PHP editor panel content. We will consider adding such an action in the PHP editor panel in a future version of Oxygen.


Thank you for your suggestion,
Sorin
holzwood
Posts: 1
Joined: Thu Jun 16, 2011 10:06 pm

Re: PHP syntax checking

Post by holzwood »

i look forward to seeing this feature too.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: PHP syntax checking

Post by sorin_ristache »

Hello,

I increased the priority of this feature request. We will consider implementing it in a future version of Oxygen.


Regards,
Sorin
Post Reply