NoiseByNorthwest / php-spx

A simple & straight-to-the-point PHP profiling extension with its built-in web UI
GNU General Public License v3.0
2.13k stars 83 forks source link

undefined symbol: gc_globals #188

Closed jlenzstaysafe closed 2 years ago

jlenzstaysafe commented 2 years ago

After installing on PHP 7.4, getting this error:

PHP Warning: PHP Startup: Unable to load dynamic library 'spx.so' (tried: /usr/lib/php/20190902/spx.so (/usr/lib/php/20190902/spx.so: undefined symbol: gc_globals), /usr/lib/php/20190902/spx.so.so (/usr/lib/php/20190902/spx.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

jlenzstaysafe commented 2 years ago

Working now after restarting session, apologies.