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
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
PHP Warning: PHP Startup: Unable to load dynamic library '/tideways_xhprof-7.4-zts.so' (tried: /tideways_xhprof-7.4-zts.so (/tideways_xhprof-7.4-zts.so: undefined symbol: compiler_globals), /usr/local/lib/php/extensions/no-debug-zts-20190902//tideways_xhprof-7.4-zts.so.so (/usr/local/lib/php/extensions/no-debug-zts-20190902//tideways_xhprof-7.4-zts.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
The undefined symbol: compiler_globals indicates that extension was compiled NTS but attempted to be loaded as ZTS.
I discovered this fault when attempted to use your extension in Travis CI:
The
undefined symbol: compiler_globals
indicates that extension was compiled NTS but attempted to be loaded as ZTS.I discovered this fault when attempted to use your extension in Travis CI:
The text was updated successfully, but these errors were encountered: