Arch-Linux

10 thoughts
last posted March 28, 2015, 11:49 a.m.

7 earlier thoughts

0

Enabling Phar Extension

Edit /etc/php/php.ini file with any text editor.

sudo nano /etc/php/php.ini

Uncomment this lines:

;extension=phar.so
;extension=openssl.so

Add this string to end of open_basedir declaration

:/usr/local/bin

Restart service

sudo systemctl restart httpd

2 later thoughts