Php 7.3.1, 7.2.14

On CentOS 7 servers when upgrading from PHP 7.2.13 to 7.2.14 I get this in output:

Code:
pear/pear dependency package "pear/XML_Util" downloaded version 1.4.3 is not the recommended version 1.4.2, but may be compatible, use --force to install
pear/XML_Util cannot be installed, conflicts with installed packages
[PEAR] XML_Util       - upgraded:  1.4.3
[PEAR] PEAR           - upgraded:  1.10.7
Wrote PEAR system config file at: /usr/local/php72/etc/pear.conf

It might not be something new, but I never noticed it before. Is this something to worry about?
 
On CentOS 7 servers when upgrading from PHP 7.2.13 to 7.2.14 I get this in output:

Code:
pear/pear dependency package "pear/XML_Util" downloaded version 1.4.3 is not the recommended version 1.4.2, but may be compatible, use --force to install
pear/XML_Util cannot be installed, conflicts with installed packages
[PEAR] XML_Util       - upgraded:  1.4.3
[PEAR] PEAR           - upgraded:  1.10.7
Wrote PEAR system config file at: /usr/local/php72/etc/pear.conf

It might not be something new, but I never noticed it before. Is this something to worry about?

It's not a problem. You can go to /usr/local/php72/bin/ and use the "pear" utility to make sure everything is upgraded to latest version.
 
Back
Top