15.0.2 PHP version

I run NextCloud on Centos 7 with nginx but I’m sure the procedure is quite the same.

back up php.ini and php-fpm.conf
php -m to list all installed modules
remove php and all corresponding modules listed in step 2
install php 7.3 and all modules you had before…
May need to edit the .ini .or .conf as the listen directive maybe pointing to the old php .sock

Thought I’d chime in!

Long time listener first time replier =)

Almost everybody has given their answer on this discussion, if anyone want to read about the PHP Framework, then need to click here.

@riczorn:

Thank you for the hint, but I had already found the contribution to the slash at the end. But that does not change the result. It is still being replaced by the local URL.

If you want the latest version of PHP, you could try this ppa.

I took that error as a hint that it was time for me to upgrade from 16.04 to 18.04.
It did not work without flaws following the do-release-upgrade, but all in all I got everything working within an hour or so.

I’m not sure how you’re using php, but I had to reinstall apache2 to get php7.2-fpm to install cleanly. That was when I found out that the custom settings I added to my php 7.0 conf for Nexcloud (opcache) weren’t carried over to the 7.2 conf.

Hi,

  You can install new php versions with this ubuntu ppa (Personnal

Package Archives):

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

More infos (French) : https://www.noobunbox.net/serveur/auto-hebergement/installer-php-7-1-sous-debian-et-ubuntu

Official ppa page : https://launchpad.net/~ondrej/+archive/ubuntu/php