Namespaces in php 5.2

kravemir picture kravemir · Jun 24, 2011 · Viewed 19.5k times · Source

I've done little web using namespaces. I have it in my computer and i'm about to moving it to free hosting that uses php 5.2. Syntax highlighter for php 5.2 interprets them as errors.

Are namespaces supported by php 5.2?

If not is there any way how to use them with little changes to existing code?

Answer

Michael Berkowski picture Michael Berkowski · Jun 24, 2011

Namespaces are not supported prior to 5.3. There isn't really a way to adapt for them into 5.2 unfortunately.