ahundiak wrote:PHP 4 is not depreciated unless you can link to an official Zend source that says otherwise.
What I meant by PHP4 being deprecated was, PHP5 has superceded it and is better in every respect, notwithstanding Zend's position on it.
I agree with the notion of moving to PHP 5 but usually it's more a question of having to stay with PHP 4 due to legacy apps.
But new apps SHOULD use PHP5. I can't see any case of starting a new project aimed (even optionally) at PHP4.
Legacy apps should be migrated to PHP5 at the earliest opportunity.
None of my new apps have any compatibility with PHP4 and I don't intend to write any more which do.
Furthermore, I think if I was still mostly focused on PHP 4 apps then I might be tempted to just wait until PHP 6 is released and leap frog over PHP 5.
Why? PHP6 will (mostly) contain a superset of PHP5's functions, why not start using them now, after all, they are very useful.
Mark