Php extensions on centos7 php7.x
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am trying to test phpmyfaq on local development and I met with this error :
The following extensions are missing! Please enable the PHP extensions(s) in php.ini : ext/zip
I run php -m on command line and i don't see any zip .
I tried : yum install php70-php-pcel-zip.x86_64
But it still doesn't appear on php -m
.
I am running Centos7 on VMware player, php version 7.0.26
centos php
add a comment |Â
up vote
0
down vote
favorite
I am trying to test phpmyfaq on local development and I met with this error :
The following extensions are missing! Please enable the PHP extensions(s) in php.ini : ext/zip
I run php -m on command line and i don't see any zip .
I tried : yum install php70-php-pcel-zip.x86_64
But it still doesn't appear on php -m
.
I am running Centos7 on VMware player, php version 7.0.26
centos php
Did you restart apache?
â George Udosen
Dec 14 '17 at 2:55
Sorry forgot to mention , i did :)
â what
Dec 14 '17 at 2:56
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to test phpmyfaq on local development and I met with this error :
The following extensions are missing! Please enable the PHP extensions(s) in php.ini : ext/zip
I run php -m on command line and i don't see any zip .
I tried : yum install php70-php-pcel-zip.x86_64
But it still doesn't appear on php -m
.
I am running Centos7 on VMware player, php version 7.0.26
centos php
I am trying to test phpmyfaq on local development and I met with this error :
The following extensions are missing! Please enable the PHP extensions(s) in php.ini : ext/zip
I run php -m on command line and i don't see any zip .
I tried : yum install php70-php-pcel-zip.x86_64
But it still doesn't appear on php -m
.
I am running Centos7 on VMware player, php version 7.0.26
centos php
edited Dec 14 '17 at 3:12
George Udosen
1,112318
1,112318
asked Dec 14 '17 at 2:50
what
1316
1316
Did you restart apache?
â George Udosen
Dec 14 '17 at 2:55
Sorry forgot to mention , i did :)
â what
Dec 14 '17 at 2:56
add a comment |Â
Did you restart apache?
â George Udosen
Dec 14 '17 at 2:55
Sorry forgot to mention , i did :)
â what
Dec 14 '17 at 2:56
Did you restart apache?
â George Udosen
Dec 14 '17 at 2:55
Did you restart apache?
â George Udosen
Dec 14 '17 at 2:55
Sorry forgot to mention , i did :)
â what
Dec 14 '17 at 2:56
Sorry forgot to mention , i did :)
â what
Dec 14 '17 at 2:56
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Solved by doing
yum --enablerepo=epel install php-pecl-zip
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Solved by doing
yum --enablerepo=epel install php-pecl-zip
add a comment |Â
up vote
1
down vote
accepted
Solved by doing
yum --enablerepo=epel install php-pecl-zip
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Solved by doing
yum --enablerepo=epel install php-pecl-zip
Solved by doing
yum --enablerepo=epel install php-pecl-zip
answered Dec 14 '17 at 3:23
what
1316
1316
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f410788%2fphp-extensions-on-centos7-php7-x%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Did you restart apache?
â George Udosen
Dec 14 '17 at 2:55
Sorry forgot to mention , i did :)
â what
Dec 14 '17 at 2:56