-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spx.so: undefined symbol: gc_globals #239
Comments
Are you sure that spx.so is built with php7.4 dev package ? |
Yes, for 7.4
|
But loading your spx.so seems to require the existence of The patch making gc_globals private php/php-src@baa9890#diff-73f4feabd42f36a08c6fcf95029444538908ab8df3cd9c5790edf7d72e7e6d34L118 $ git tag --contains baa9890112a863f10e62bbb4c5a1623642a5db3c | sort | head
php-7.3.0
php-7.3.0RC6
php-7.3.1
php-7.3.10
php-7.3.10RC1
php-7.3.11
php-7.3.11RC1
php-7.3.12
php-7.3.12RC1
php-7.3.13
Could you show me the output of |
Return 'API20170718,NTS' and this is 7.2. I'll look for why it doesn't compile correctly |
There was an identical ticket #188, but how to solve the problem is not described
OS: Centos8
What should I do to make the module work?
The text was updated successfully, but these errors were encountered: