> Is there any way to build PHP with pthreads, with ZTS disabled? The reason
> I'm asking is that there are some thread-safe 3rd party libraries which are
> linked against pthreads, and apparently, if PHP isn't built with pthreads -
> it crashes. Any experience with it?
If you link Apache with pthreads that should suffice. Just add -lpthreads
to the Apache LIBS line.
-Rasmus
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]