How to install php zip extensions in cyberpanel - php

I am getting an error like this when installing the php zip extension
I tried everything in the internet but nothing worked.
Can anyone please help me to solve this issue.
Thank you

Related

Path issue shows with composer installing via MAMP on macOS

When I have tried to install composer for laravel 8 on localhost MAMP
I have gotten this message in command line (terminal): -bash:
/Applications/MAMP/bin/php/php7.4.16/bin/php: No such file or directory
notice php7.4.16 shows in path, although I'm using ver 8, further to, this version is no longer supported and not in use at all.
I had searched for solving my problem in google, until I found the following treatment for solving path issue, but it doesn't benefit me:
https://craftcms.com/knowledge-base/mamp-with-composer-and-mysql-on-the-command-line
it has replaced the php ver path I have actually, but the problem is still.
why this version shows in my installation path although it's old & dead version?
what I should do?
kindly, anybody could help me to solve this problem?
Also, could me to install composer on XAMPP instead of MAMP, because I have a copy of it on my MacBook computer already?
Thank you for my helping in advance.

PHP Extension intl. error in Mac while installing Magento using XAMPP

I'm facing PHP Extension intl. error while installing magento(2.3.3) using XAMPP(7.2.26)
As mentioned in the other references, I installed intl and added extension=intl.so in php.ini file, still facing the same issue.
Any help would be greatly appreciated, thanks in advance!

Error after installing wamp server3.0.0

I installed the WAMP Server on my laptop, but after installing it gave me the following error :
"The Program can't start because MSVCR110.dll is missing from your
computer. Try reinstalling the program to fix this problem. "
After searching I found that need to install vcredist_x64 and X86 on my laptop(OS windows 64 bit). I download that but the problem is not solved yet.
Can anybody help me to solve this??
Thanks in Advance

Many DLLs missing when installing composer (windows)

I'm trying to install composer on my computer but I get many errors about missing some DLLs. I've downloaded some of them but I cannot find any website, where to download libsybcomn64.dll. However, I don't think downloading each DLL from internet is a good solution.
I'm using Windows 7 x64 and have Apache 2 and PHP 5.6.9 installed - simple PHP works.
I've solved it myself.
And I'm really stupid. Problem was that when installing PHP I uncommented all extensions in php.ini - I thought the more there is, better. So I reset that whole file and uncommented only the necessary - php_pdo_mysql.dll and php_openssl.dll. Now it works.
Hope this will be helpful for someone...

Installing Zorba (XQUERY) PHP Extension on Windows

I'm trying to install zorba php extension on windows and I am having all sorts of problems. I have installed the zorba binaries on my computer, but when I try to install the PECL package (pecl install zorba-alpha) I get the following error "ERROR: the DSP zorba.dsp does not exist".
I've tried searching for zorba_api.dll or zorba_api.so in order to just bypass the pecl install process, but no luck.
If anyone can tell me how to get the zorba extension installed on my windows php I will be eternally grateful. Alternately, if someone knows of another xquery solution for PHP that I can install, I will be equally excited and appreciative.
I believe that the following resource will help you: http://dl.dropbox.com/u/1487285/php/php.html
Please let me know if it works.

Categories