View Single Post
Old 07-27-2017, 09:00 PM  
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
open a ssh session
Code:
$ php -i|less
or

Code:
$ php -i|more
read what you really have

Quote:
the sudo apt search php| egrep -i 'PDO|curl'
install the missing components to your php installation then restart the PHP service.

I am using php 7.0 now you need to find these for your older version
this is a good working start up install I found.

Code:
$ sudo apt-get -y install php7.0-mysql php7.0-curl php7.0-gd php7.0-intl php-pear php-imagick php7.0-imap php7.0-mcrypt php-memcache  php7.0-pspell php7.0-recode php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl php7.0-mbstring php-gettext
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote