The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win
Hey @Honeybadger !
I've never had any negative effects when upgrading PHP...
(In the case something would stop working switching back would be as easy as switching to the running version)
 
PHP has www-date:root permissions
A virtual user account cannot access.
Your host has to update (usually).
Often there are several versions of PHP Installed... You just select which one you want to use... (through your Cpanel or other)

Screenshot 2021-12-05 at 15.32.27.png


But you are right, ultimately it is the responsibility of the host to provide the correct PHP version.... I've had one hosting service (a long time ago) that did not have a recent PHP version installed...
I asked and they were not prepared to install a recent (stable) version (for whatever reason, I don't remember)... I migrated the sites I had with them to another hosting platform...
 
IDK im @root and php 7 and 8 need to be updated constantly --a lot of insecure source code.
However, you can use different versions for different virtual domains
NGINX:
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
/etc/nginx/sites-available/domain.conf
some run 8.0 now
Hosts will hold back the version for the reason that the newer versions will break some antiquated scripts.
There is no reason to be still using PHP5 --it's full of security bugs.
 
(through your Cpanel or other)
Haven't used Cpanel in over 10 yrs. Too much bloat --slow server
That probably just edits the accounts virtual server conf file with a script

Bash:
root@server#:nano  /etc/nginx/sites-available/domain.conf
root@server#:nginx -s reload
takes me 20 sec to fix manually if logged in :p
 
PHP3 was for shit
So I learned Perl4 then 5 the newest Perl is v6.0 now ... PHP 8.0 is rather new.
PHP is bloatware but no one (or few) understand Perl so ... I use PHP now.

PHP Net is everything wrong about PHP most of the comment code snippets are useless --a few are good :p
But there are versions
just look at this page every month --don't depend on email PHP is not Google LMAO

However I just went through an hour of BS on a sports API
that was using PHP libraries for god-knows -what --I don't want to waste time with learning unneeded libraries
Bash:
curl -X GET -H "X-Auth-Token: Your_Token" "path/v2/competitions/DED" >fifa_DED.json
one line of code in bash or 12 lines of python with no file saves --WTF

I don't need it --it was the X-Auth-Token after a while I saw the issue --REST is something quasi proprietary -- like gobbly goop WordPress
I have had no issues with my own code in PHP

You have to see what is and update or replace any plugins that no longer work.
This is the problem when you use other peoples code. If you cannot understand it you cannot fix it.
 
banners
Back