Installing Zorba (XQUERY) PHP Extension on Windows - php

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.

Related

No releases available for package "pecl.php.net/imagick"

First of all, I'm sorry if I'm posting a duplicated question. I know there are a few threads about installing imagick on an local machine. But I really can't find any way to fix my php installation.
I want to install the imagick extension for PHP 8.0 But when I try to install with the pecl install imagick command I get the following error:
No releases available for package "pecl.php.net/imagick"
install failed
I am developing on a Macbook. Have a freshly installed Laravel Valet installation. Installed my PHP 8.0 (with homebrew, via valet) and tried to execute pecl install imagick.
I have re-installed imagick & pkg-config with brew reinstall imagick & brew reinstall pkg-config. In that order. After that, I still get the same report.
I have ran brew doctor but don't think there is anything useful in there that could help me. Only some broken symlinks and Unbrewed header files. If you want I can upload the full output, but someone needs to help/tell me how to upload such a big snippet. Just putting it in this question without formatting seems like a bit too much.
Possible duplicated that didn't help me so far:
pecl can't find imagick package
For me it solved with sudo pecl install imagick but that might not be the preferred route.

Install gRPC on centOS / Plesk

I'm stuck for a couple of hours now, I want to use Cloud Fire store on domains on my Plesk Server, but I can't get it to work.
I followed the steps from https://cloud.google.com/php/grpc
and a lot of other tutorials, but on all I get errors.
I managed to update the OS PHP version of CentOS, but still no luck.
What I want is that PHP Version 7.2.14 works with gRPC (I already added extension=grpc.so to the php.ini)
But there really isn't a any good documentation on Plesk and gRPC
What errors are you getting? It's during installing grpc.so or it's installed but the script can't load it?
Also, from the link you give, "CentOS/RHEL 6" is not supported.
In my case help this
Install Pecl PHP for CentOS https://stackoverflow.com/a/31558558/1932494
Then run: pecl install grpc

Failed when installing pdo via pecl

Environment :
Cent OS 6.9
PHP 5.4
nginx
I'm trying to install pdo, when executing
pecl install pdo
I got error messages like this :
I have googled a lot, but I still don't get it. I need at least a pointer on where I should look, thanks in advance.
I decided to remove php 5.4 then reinstall using this link : PHP 5.4 installation guide, thanks to Alex Howansky for your help, reading your "custom compile" answer gave me an insight to reinstall it, and it works good now, I don't have to install the pdo extension via pecl.
Hopefully this will help everyone who's having the same problem as mine.

Installing OAuth on WampServer x86 with php 5.4.3?

I'm trying to install OAuth on WampServer x86 with php 5.4.3 and have tried adding extensions from pierre, even tried installing directly from PECL. These have all produced errors in the logs, and haven't enabled OAuth. Does anyone know which dll version I need to use?
The only dll I found to work for that version is from the windows.php.net directory: http://windows.php.net/downloads/pecl/releases/oauth/1.2.3/php_oauth-1.2.3-5.4-ts-vc9-x86.zip
Best of luck to anyone who has to deal with this on another version...

PHP5.2: installing support for .phar files on Windows

I am trying to install support for php's archive file format into windows servers that have php5.2. I tried to do this using pecl install phar. But I am getting this error:
The DSP phar.dsp does not exist
Can anybody help me figure this out?
Thanks
If you want to use pecl install on windows, you need to have Microsoft Visual Studio installed.
It's probably easier to use the phar.dll shipped with your PHP setup program.

Categories