Page 1 of 1

PHP Versions

Posted: 2014-11-05 16:20
by jamo
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

Re: PHP Versions

Posted: 2014-11-06 09:39
by Fred
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.

Re: PHP Versions

Posted: 2014-11-06 12:12
by jamo
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

Re: PHP Versions

Posted: 2014-11-07 10:23
by Fred
Hi Jimmy,
Sent you a PM there...

Re: PHP Versions

Posted: 2015-02-13 03:16
by energylevels2012
HI Fred,

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

Re: PHP Versions

Posted: 2015-02-13 11:02
by Fred
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);