End of life for PHP 4.x announced

July 19, 2007

On the 13th of July 2007 the PHP development team announced the end of life for PHP version 4.x.

What does end of life for PHP 4.x mean?

  • Support for PHP 4.x will end 2007-12-31
  • Critical security patches will be released util 2008-08-08

What is Doreo doing to support PHP 4?

We have been working on the PHP 4 vs. PHP 5 problem (behind the scenes) for several months. The biggest problem that we face is that not all PHP programs will run on PHP 5. Almost all programs can be modified to run on PHP 5 but we are doing our best to not break any existing client sites. The solution that we have come up with allows us to run both PHP 4 and PHP 5 on any Doreo cPanel account. At this time we don’t have any details on the solution but we are hoping to have more details and an implementation plan available in late July or very early August.

Related Posts

Comments

2 Responses to “End of life for PHP 4.x announced”

  1. Farzad on July 19th, 2007 12:18 pm

    isnt 5.0 backwards compatable to 4.0 ?

  2. Frank on July 19th, 2007 12:39 pm

    Hello Farzad,

    The short answer is “no”: Migrating from PHP 4 to PHP 5. If you are running any of the mainstream PHP based packages (like phpBB, Joomla, WordPress etc.) then those development teams have had their software compatible with PHP 5 for quite a while. The issue is for sites that have custom PHP code and/or are running older version of various open source PHP packages.

Got something to say?