Who still uses PHP 5.x?

On the one server we still have 5.xxx due to legacy bespoke software that will be too expensive to rewrite at this stage.

Other servers all run 7.xxx
 
Every php 5.x system that is not maintained, besides critical bug fixes.
 
/raise hand
Not server though, local testing environment. It's for learning purposes.
 
Youd be surpised. Then again its not just a matter of "Lets rewrite it all in PHP 7". Its expensive and time consuming. And most times, upper management takes the view that "If its not broke, dont fix it".
 
if a project is going to be maintained or extended, "rewriting" (ie, fix a couple of incompatibilities) is a no brainer.

obviously this sucks if your entire project uses "php 4 style constructors", but then your life was already unpleasant :p
 
if a project is going to be maintained or extended, "rewriting" (ie, fix a couple of incompatibilities) is a no brainer.

obviously this sucks if your entire project uses "php 4 style constructors", but then your life was already unpleasant :p

Zeev Suraski and Andi Gutmans rewrote the parser in 1997 and formed the base of PHP 3, changing the language's name to the recursive acronym PHP: Hypertext Preprocessor.[5][19] Afterwards, public testing of PHP 3 began, and the official launch came in June 1998. Suraski and Gutmans then started a new rewrite of PHP's core, producing the Zend Engine in 1999.[20] They also founded Zend Technologies in Ramat Gan, Israel.[5]

On May 22, 2000, PHP 4, powered by the Zend Engine 1.0, was released.[5] As of August 2008 this branch reached version 4.4.9. PHP 4 is no longer under development nor will any security updates be released.
https://en.wikipedia.org/wiki/PHP#PHP_3_and_4

Just curious as to why you're still developing for it nearly 9 years after the final security patch?
Or are you bringing it up to date?
 
We don’t . However when we migrated our 5.6 platform code base to 7.0, we had some legacy php 4 style constructors that needed to be replaced, that’s all
 
Top
Sign up to the MyBroadband newsletter
X