Page 1 of 1
php 5.6 vs php7.0+ for UASECO
Posted: 17 May 2017, 12:16
by lyovav
Tell us what are the advantages of using both versions php 5.6 php7.0 working with UASECO.
Best regards and thanks!
Re: php 5.6 vs php7.0+ for UASECO
Posted: 17 May 2017, 13:38
by undef.de
Their is no advantage at all, the min. required PHP version is 5.6.x till the active support of that version is dropped by the PHP team (
http://php.net/supported-versions.php). This min. version is for hosts that aren't yet updated to 7.x.
Re: php 5.6 vs php7.0+ for UASECO
Posted: 17 May 2017, 16:40
by askuri
PHP7 is faster than the latest PHP6.
That's the only advantage that matters for you. But if you don't run huge servers with lots of players, that does not really matter.
Re: php 5.6 vs php7.0+ for UASECO
Posted: 17 May 2017, 16:46
by oliverde8
PHP7 will also use much less memory,
At average nearly half.
Re: php 5.6 vs php7.0+ for UASECO
Posted: 17 May 2017, 19:56
by lyovav
I do not have a lot of powerful server hardware and I feel performance delays after on-line 25+ ...
So I'm looking for any speed solutions on my hardware.
Re: php 5.6 vs php7.0+ for UASECO
Posted: 17 May 2017, 20:01
by undef.de
Then you could try PHP 7.1.x, maybe that brings more speed for you.
What sometimes can bring a speed-up is to separate the database from that server onto an other server, then the server have only the dedicated server and UASECO to handle.
Re: php 5.6 vs php7.0+ for UASECO
Posted: 17 May 2017, 20:21
by lyovav
I see that other controllers benefit from reducing graphic widgets or am I wrong?
Re: php 5.6 vs php7.0+ for UASECO
Posted: 17 May 2017, 20:41
by undef.de
Sure, it's less work for the controller then.