Installing php/pecl-text-wddx extension #669
-
I have followed the page in the wiki to add an extension from source and am not having any luck with it working. We have a php v7.4 app that still is using wddx for a bit longer. From reading the wiki page I would expect something like this to work: - name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: mysqli, mbstring, intl, iconv, ldap, xml, zip, gd, pdo_mysql, bcmath, exif, pcntl, soap, sockets, xdebug, 'php/pecl-text-wddx'
tools: composer:v2 But any time I run the action I get this output:
One thing I noticed is that even though the repo is Is there something I am doing wrong or have I hit some bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@petersendidit |
Beta Was this translation helpful? Give feedback.
@petersendidit
Try
wddx-php/pecl-text-wddx@master
instead ofphp/pecl-text-wddx
. It should work.