-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
PHP: fix ZTS tsrm_ls errors #2189
Conversation
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
0676502
to
bcb32c0
Compare
Do I need to recompile PHP or just protobuf's extension with enable-maintainer-zts? |
Is there any command line to install php with zts? |
As far as I know, you need to re-compile PHP with |
8173ab1
to
858db7a
Compare
ok to test |
php/ext/google/protobuf/array.c:163:8: error: too few arguments to function 'native_slot_set' |
jenkins is able to test zts build now. |
LGTM |
* PHP: fix ZTS tsrm_ls errors * Fix a few more macros
* PHP: fix ZTS tsrm_ls errors * Fix a few more macros
Fixes #2186
To reproduce:
./configure --enable-maintainer-zts