Skip site navigation (1)Skip section navigation (2)
Date:      8 Dec 2020 20:09:46 -0500
From:      "John Levine" <johnl@iecc.com>
To:        freebsd-questions@freebsd.org
Cc:        list_freebsd@bluerosetech.com
Subject:   Re: Php 7.2 -> 7.3
Message-ID:  <20201209010947.03DE32939515@ary.qy>
In-Reply-To: <0c2db144-849c-82e4-9e2b-4080d59abad5@bluerosetech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <0c2db144-849c-82e4-9e2b-4080d59abad5@bluerosetech.com> you write:
>> $ pkg info -g \*php\*
>> 
>> Many web applications such as phpMyAdmin and roundcube have PHP
>> version-specific packages.
>> 
>> Then
>> 
>> $ pkg delete -g php\*
>> ; maybe delete roundcube-php72 mod_php72 etc.
>> 
>> $ pkg install php74 php74-extensions
>> ; maybe install roundcube-php74 mod_php74 etc.
>> 
>> If you're using mod_php restart your web server.
>> 
>> I agree that the differences between 7.2 and 7.4 are small.
>
>This is overkill. See UPDATING enty 20200914. Pkg is really good at 
>handling these kinds of upgrades.

Yes and no.  If you keep up with pkg it'll do a lot of this, but even
that note says you have to do mod_php72 to mod_php74 manually.

R's,
John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201209010947.03DE32939515>