Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Error: Your PHP version is not compiled with zip support #118

Open
chaimawetcha opened this issue Jan 19, 2018 · 7 comments
Open

Error: Your PHP version is not compiled with zip support #118

chaimawetcha opened this issue Jan 19, 2018 · 7 comments

Comments

@chaimawetcha
Copy link

my php version is "Version de PHP : 7.1.9" and i am working in ubuntu and i have this problem

@ghost
Copy link

ghost commented Jan 22, 2018

Same issue too. in php 7.1.12

@priyeshwar-AGL
Copy link

my php version is " PHP : 7.2." and i am working in ubuntu and i have this problem

@ghost
Copy link

ghost commented Mar 6, 2018

Fixed after enabling zip extension in php.ini

@priyeshwar-AGL
Copy link

its enable but still not working
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

@ghost
Copy link

ghost commented Mar 6, 2018

If you use different versions of php you can get specific modules for version of php with:
php7.2 -m
or
php7.1 -m.

Maybe you are watching modules for php version which don't used in current project.

@priyeshwar-AGL
Copy link

I have php7.2 but still not working

[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache

@ivan-khuda
Copy link

This helped me on AWS sudo apt-get install php7.0-zip

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants