You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report, I have a bad day, but I think the latest upload should fix this.
The decision to copy these files into PHP distribution just so people don't have to install three extra packages (libtool, shtool and pkg-config) wasn't really the greatest of them all, but given the tendency to bundle everything in PHP sources it's not really surprising.
Frequently asked questions
Describe the bug
Installing extensions via PECL is not working.
For example pecl install -f xdebug gives the following error
configure: error: cannot run /bin/bash /tmp/pear/temp/xdebug/config.sub
https://github.com/shivammathur/test-setup-php/runs/1336323786?check_suite_focus=true#step:5:37
To Reproduce
Steps to reproduce the behavior:
php7.3
,php7.3-dev
,php7.3-xml
andphp-pear
.pecl install -f xdebug
cannot run /bin/bash /tmp/pear/temp/xdebug/config.sub
Expected behavior
It should install the extension via
PECL
.Distribution (please complete the following information):
amd64
Ubuntu PPA
Package(s) (please complete the following information):
The text was updated successfully, but these errors were encountered: