Re: [PHP-DEV] Threading issues with internal classes

2012-04-07 Thread Yasuo Ohgaki
Hi, 2012/4/6 Johannes Schlüter : > P.P.S. Would anybody mind if we drop TSRM/ZTS? :-) Ubuntu users and Apache 2.4 users may. It is working although I prefer non-ZTS. Regards, -- Yasuo Ohgaki yohg...@ohgaki.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http:

[PHP-DEV] Threading issues with internal classes

2012-04-05 Thread Johannes Schlüter
Dmitry, while looking at #55334 I discovered two issues regarding the handling of properties and constants in threaded environments which might cause race conditions. The reproduce code for both issues is as simple as and then hit it on a 8+ core box in threaded mode. (using less cores crashes