JonathanW Well-known member Dec 8, 2019 #3 You might as well go on up to PHP 7.3 as well and add Zend Opcache if it's not already there.
R rdn Well-known member Dec 8, 2019 #4 JonathanW said: You might as well go on up to PHP 7.3 as well. Click to expand... You mean 7.4? He's using 7.3 already
JonathanW said: You might as well go on up to PHP 7.3 as well. Click to expand... You mean 7.4? He's using 7.3 already
JonathanW Well-known member Dec 8, 2019 #5 rdn said: You mean 7.4? He's using 7.3 already Click to expand... Nope I meant 7.3, I just can't read. I read 7.2 for some reason
rdn said: You mean 7.4? He's using 7.3 already Click to expand... Nope I meant 7.3, I just can't read. I read 7.2 for some reason
wakon5544 Active member Dec 8, 2019 #6 rdn said: Everything is good except: View attachment 214751 Click to expand... What are normal values? what should I do? JonathanW said: Nope I meant 7.3, I just can't read. I read 7.2 for some reason Click to expand...
rdn said: Everything is good except: View attachment 214751 Click to expand... What are normal values? what should I do? JonathanW said: Nope I meant 7.3, I just can't read. I read 7.2 for some reason Click to expand...
JonathanW Well-known member Dec 8, 2019 #7 Give 7.4 a few weeks for the dust to settle and then upgrade, or better yet wait for 7.4.1.
wakon5544 Active member Dec 8, 2019 #8 JonathanW said: Give 7.4 a few weeks for the dust to settle and then upgrade, or better yet wait for 7.4.1. Click to expand... If 7.4 is running stable now I can pass.
JonathanW said: Give 7.4 a few weeks for the dust to settle and then upgrade, or better yet wait for 7.4.1. Click to expand... If 7.4 is running stable now I can pass.
JonathanW Well-known member Dec 8, 2019 #9 wakon5544 said: If 7.4 is running stable now I can pass. Click to expand... It's very new though and it's best to wait a little bit before updating production systems to something brand new.
wakon5544 said: If 7.4 is running stable now I can pass. Click to expand... It's very new though and it's best to wait a little bit before updating production systems to something brand new.
D djbaxter in memoriam 1947-2022 Dec 9, 2019 #11 That's probably still a tad low, @wakon5544 I use this on one forum Code: PHP version 7.3.12 MySQL version 5.7.28 PHP post_max_size 128M PHP upload_max_filesize 64M PHP max_input_vars 1000 PHP max_execution_time 90 But on others I've used Code: PHP Max Post Size 64.00 MB PHP Maximum Upload Size 128.00 MB PHP Memory Limit None MySQL Version 10.2.29-MariaDB MySQL Packet Size 256.00 MB It depends on the type of forum and the type of posts to some extent. Sometimes you have to experiment a bit.
That's probably still a tad low, @wakon5544 I use this on one forum Code: PHP version 7.3.12 MySQL version 5.7.28 PHP post_max_size 128M PHP upload_max_filesize 64M PHP max_input_vars 1000 PHP max_execution_time 90 But on others I've used Code: PHP Max Post Size 64.00 MB PHP Maximum Upload Size 128.00 MB PHP Memory Limit None MySQL Version 10.2.29-MariaDB MySQL Packet Size 256.00 MB It depends on the type of forum and the type of posts to some extent. Sometimes you have to experiment a bit.