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
Describe the bug
There appears to be some kind of regression installing the scoutapm PHP extension. Not sure why at the moment. Previously specifying extensions: scoutapm would install the scoutapm extension. Example build from 2nd May here.
Now, if I try the same job, I get the following error:
==> Setup Extensions
PHP Warning: PHP Startup: Invalid library (appears to be a Zend Extension, try loading using zend_extension=/usr/lib/php/20170718/scoutapm.so from php.ini) in Unknown on line 0
✗ scoutapm Could not install scoutapm on PHP 7.2.34
Error: The process '/usr/bin/bash' failed with exit code 1
Describe the bug
There appears to be some kind of regression installing the
scoutapm
PHP extension. Not sure why at the moment. Previously specifyingextensions: scoutapm
would install thescoutapm
extension. Example build from 2nd May here.Now, if I try the same job, I get the following error:
Example build from today here.
This is correct,
scoutapm
is a Zend Extension, but previously whatever theshivammathur/setup-php
action did to install it was working...Version
v1
orv2
.v2
v1
Runners
Operating systems
Ubuntu, Windows
PHP versions
PHP 7.2 through to 8.2
To Reproduce
https://github.com/scoutapp/scout-apm-php/blob/a67f695640d073f6c7322e1b24f3e8af3881e729/.github/workflows/continuous-integration.yml#L391-L397
Expected behavior
I expect
scoutapm
to be successfully installed still.Screenshots/Logs
Additional context
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: