cambiar entre versiones de php linux
$ sudo a2dismod php7.2 //Deshabilitamos version corriendo
$ sudo a2enmod php7.0 //Habilitamos version a esoger
$ sudo service apache2 restart //Damos reset a apache2
$ sudo update-alternatives --set php /usr/bin/php7.0 //Seleccionamos la libreria de php
Also in PHP:
- date function attributes in php
- Laravel Eloquent, group by month/year
- create a folder php
- clear laravel.log
- Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes
- day of the week th usig php
- You are *required* to use the date.timezone setting or t
- difference entre deux date php
- create new project laravel
- date time sql format php
- php remove spaces from string
- convert time to string in php
- errors off php
- convert json to array php
- current php date
- error_log wordpress
- add floater to open a modal in wordpress
- adeleye ayodeji
- current time input field in laravel form
- check string contain symbol in php
- 0 == "string" php
- cache clear in laravel command
- Format Month as a number php
- command to install php5.4 in ubuntu 18.04