Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP OOP 4/5 Compatibility?

Tags:

oop

php

I've read that major changes were made in PHP 5 to the OO structure, so I'm concerned (before taking up OOP PHP) that users would need a specific version of PHP installed to run my application (either 4 or 5). Up until now this hasn't really been an issue as it's just been differences like missing functions or different return values.

So would an OOP structured PHP application designed for PHP 4 run fine under PHP 5, or vice versa?

like image 588
Alex Avatar asked Jan 25 '26 10:01

Alex


1 Answers

For the most part, things written using PHP 4 OOP should work in PHP 5.

However, support for PHP 4 has been dropped many years ago. It doesn't even receive security fixes anymore. There is no reason whatsoever to run PHP 4 today.

like image 94
Daniel Egeberg Avatar answered Jan 28 '26 02:01

Daniel Egeberg



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!