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
PHP Versions
Re: PHP Versions
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.
Can't offhand remember what they were.
Not all the patches are my work but thanks anyway.
Re: PHP Versions
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
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
Hi Jimmy,
Sent you a PM there...
Sent you a PM there...
-
- Posts: 58
- Joined: 2012-07-22 16:41
Re: PHP Versions
HI Fred,
Can you PM me the updates for PHP 5.4 please ....
Can you PM me the updates for PHP 5.4 please ....
Re: PHP Versions
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.energylevels2012 wrote:HI Fred,
Can you PM me the updates for PHP 5.4 please ....
Code: Select all
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);