PHP Versions

jamo
Posts: 19
Joined: 2011-01-10 18:59

PHP Versions

Post by jamo » 2014-11-05 16:20

Hi wondering if anyone is running on greater than PHP version 5.3~ I have looked into the newer versions and though I'm not a PHP guru I don't see much that will be depreciated.
What's the boards opinion?

Oh and HUGE thanks to Fred for all those script patches to date, invaluable.

Jimmy

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: PHP Versions

Post by Fred » 2014-11-06 09:39

Jimmy I have successfully run it on 5.4 with about 2 updates on files.

Can't offhand remember what they were.

Not all the patches are my work but thanks anyway.

jamo
Posts: 19
Joined: 2011-01-10 18:59

Re: PHP Versions

Post by jamo » 2014-11-06 12:12

Hi Fred, that's reassuring to know actually. Looking at the version changes on the PHP website I didn't see that many functions and coding changes that might be required either.
Like many here I have a good deal of legacy work which is running fine on 5.3 and older but I recently have moved many websites to shared hosting for less responsibility. However there is little control over PHP versions and its a little concerning. Some of my clients sites go back to the last version of Kollection Pro and a few MXKart sites also but I no longer use MXKart for client e-commerce sites because of the lack of support not for any other reason. The patches from this site have kept things running well to date.

Jimmy

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: PHP Versions

Post by Fred » 2014-11-07 10:23

Hi Jimmy,
Sent you a PM there...

energylevels2012
Posts: 58
Joined: 2012-07-22 16:41

Re: PHP Versions

Post by energylevels2012 » 2015-02-13 03:16

HI Fred,

Can you PM me the updates for PHP 5.4 please ....

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: PHP Versions

Post by Fred » 2015-02-13 11:02

energylevels2012 wrote:HI Fred,

Can you PM me the updates for PHP 5.4 please ....
Still cant remember the files I updated but add this to any common file you use and it should get rid of the warnings for now.

Code: Select all

error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);

Post Reply