Michael Fesser wrote:
> .oO(Jeremy)
>
>> I was reading through the manual looking for other things, and I
>> stumbled on this new entry in the OOP5 documentation:
>>
>> http://www.php.net/manual/en/languag...c-bindings.php
>
> This and namespaces are the two most important new features in PHP 5.3
> that were "backported" from PHP 6.
>
Namespaces are coming to 5.3 as well? That is great news. Yeah, now I
see that they added a new entry for that as well. Sweet!
> <snip>
>
> Compile your own, it's not that difficult. I'm already playing around
> with a 5.3 snapshot, but there are still some nasty bugs in it ...
>
> Micha
Yeah, I have no problem with compiling it. But for our production
servers we've long since decided to stick with debian's stable packages
for reliability's sake. Maybe I'll make a package of 5.3 when the
source is released and secretly deploy it without telling anyone ;-)
Jeremy