Php 7.0 to 7.2 updates to 7.4

116 Views Asked by At

Its kind of weird question, I updated my 7.0 to 7.2 php, but when I checked it with phpinfo its written php 7.4.6.

i used this commands

 add-apt-repository ppa: ondrej/php
 apt-get update
 apt-get purge php7.0 php7.0-common
 apt-get install php7.2-curl php7.2-xml php7.2-zip php7.2-gd php7.2-mysql php7.2-mbstring
 init 6
0

There are 0 best solutions below