E
E
exactly the most2017-05-30 19:09:14
linux
exactly the most, 2017-05-30 19:09:14

How to rebuild php?

In general, I need to install opencart, I did everything I need on the local machine, I start installing but there is no php7.0-zip package. So I downloaded the package, installed it, but I can’t connect it, opencart doesn’t see it.

php -m
[PHP Modules]
calendar
Core
ctype
date
dom
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
json
libxml
mbstring
mcrypt
openssl
pcntl
pcre
PDO
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xdebug
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib
[Zend Modules]
Xdebug
Zend OPcache

added
enable=zip.so to php.ini
does not help, apache restarted every time.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
D3lphi, 2017-05-30
@D3lphi

does not help, Apache restarted every time.

It is not the web server (apache) that needs to be restarted, but the fastcgi package manager.
sudo service php7.0-fpm restart

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question