From: Kevin <ke...@dr...> - 2006-05-02 15:52:27
|
Evan said: > what could become more of an issue, is perhaps php4 vs php5, as we've > seen with the class structure and so on. if we want to do something > OO in php, we might want to think about moving completely to php5, > since 4 is not considered real OO. and it'd make our implementation a > bit easier to do once correctly. > but in doing so, we don't want to lose any users. i've been on php5 > for a long time now, but i can't talk for anyone else. would it be > possible to take this step, or is it too early for something like > that? I've done quite a bit of OO using php4. It's not as full featured as php5, but I wouldn't go as far to say it is "not real OO". For things it's doesn't do natively, there are decent workarounds. (ex: use a GLOBAL in place of a static member, etc) php4 is still widely used, and I think we should support it if it's not a burden. --=20 Kevin |