Closed Koc closed 14 years ago
It supports namespaces currently. What is your problem?
I mean that for example http://github.com/kakserpom/phpdaemon/blob/master/lib/AppInstance.class.php doesn't namespaced.
There's a problem with accessing global things from namespaced files... we must add \ char. before global things like stdClass etc.
I think that this is not a problem
Subj. phpDaemon require PHP > 5.3, so providing namespaces will a good step.