On Tue, 2010-12-14 at 22:22 +0300, jvlad wrote: > > No. Php if we talk about php with all its extensions is not threadsafe > at > all. Many of the extensions allocate static data and inherently > non-thread-safe.
PHP is, if compiled with ZTS/TSRM, thread-safe. Some libraries used by some extensions might not be thread safe, but basically all "usually" used ones are thread-safe. While it is a bit complicated as some libraries could either be compiled thread-safe or not or some might be not thread-safe on specific systems ... but that's not PHP itself ;-) johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php