Saltar al contenido

instalar mcrypt php 7.2 ejemplo de código

Queremos brindarte la mejor solución que hemos encontrado en todo internet. Deseamos que te sea de ayuda y si quieres aportar algo que nos pueda ayudar a crecer hazlo con libertad.

Ejemplo: cómo instalar el módulo php mcrypt

'if you don't have php installed, run:
sudo apt install php-7.2

'if php is already installed, start from here:'this is the required dependency
sudo apt install php-dev libmcrypt-dev php-pear

'installing using pecl channel
sudo pecl channel-update pecl.php.net
sudo pecl install mcrypt-1.0.1'After successfull installation you will get the following:
  'Build process completed successfully
  'Installing '/usr/lib/php/20170718/mcrypt.so''install ok: channel://pecl.php.net/mcrypt-1.0.1
  'configuration option "php_ini" is not set to php.ini location
  'You should add "extension=mcrypt.so" to php.ini
  
'you can choose any editor of your choice
sudo vi /etc/php/7.2/cli/php.ini

'Now copy:
  [PHP]
  extension=mcrypt.so
'then save the file andexit'If you are using apache2 server, make the above mentioned change in the following file:
sudo vi /etc/php/7.2/apache2/php.ini

'then save,and you're done!

Comentarios y calificaciones del post

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *