Sam Williams

Results 15 comments of Sam Williams

I don't think it is necessarily a good idea to maintain backward support for PHP 5.2 because it holds developers back. PHP 5.2 is now old-hat and is no longer...

Happy to comply, as I said, it's not my project. Perhaps though a version roadmap should be drawn up showing when the project can move away from 5.2.

Hi @Faryshta In regard to your previous post, PSR does not mean PHP5.3 Namespaces are the preferred option in modern PHP projects, but the verbose PEAR convention is PSR compliant....

Well, the changes that I have made are for the PEAR convention (PHP 5.2). I would essentially need to re-rewrite what I have done to use namespaces (which isn't a...

Sorry about the long absence from this thread. I have just updated the way that the tests are organised and have begun using namespaces/psr-0 on most of the classes. I...