★ wanayoo — archive 1999 https://github.com/phpredis/phpredis/issues/3Nouvelle recherche | Portail wanayoo
Skip to content
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

Won't compile with thread-safe PHP #3

Closed
agg3l opened this issue Mar 31, 2011 · 2 comments
Closed

Won't compile with thread-safe PHP #3

agg3l opened this issue Mar 31, 2011 · 2 comments
Labels

Comments

@agg3l
Copy link

@agg3l agg3l commented Mar 31, 2011

Unfortunately, extension won't compile when PHP is built with thread-safety enabled ('--enable-maintainer-zts' configure option), as there is quite a mess with TSRMLS_* macros usage.
Suppose you can take a look at theirs definition in php/TSRM/TSRM.h.
Nice reading on the subject: http://blog.golemon.com/2006/06/what-heck-is-tsrmlscc-anyway.html
PS: v2.0.11 is last one I can build "out of box"

@nicolasff
Copy link
Contributor

@nicolasff nicolasff commented Apr 2, 2011

Thank you for this report. I'll take a look at this soon.

@nicolasff
Copy link
Contributor

@nicolasff nicolasff commented Apr 4, 2011

This should now be fixed. Could you please try it on your setup as well?
I'll tag a new version if all works for you.

Nicolas.

@nicolasff nicolasff closed this Apr 14, 2011
@bigfg bigfg mentioned this issue Aug 9, 2016
@liupdhc liupdhc mentioned this issue Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.