Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-28 Thread Adam Dickmeiss
Hi, this whole "feature" have caused me several headhaches too.. There seem to be some consencus on this mailing list at least, that this error is related to GLIBC. Ulrich Drepper, GLIBC maintainer, doesn't see it that way. I sent a small program that illustrates this behaviour, and the

[PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-27 Thread Zeev Suraski
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? Zeev -- Zeev Suraski

Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-27 Thread Thies C. Arntzen
On Tue, Mar 27, 2001 at 09:09:03PM +0200, Zeev Suraski wrote: 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 -

Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-27 Thread Rasmus Lerdorf
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

Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-27 Thread Zeev Suraski
Ok, thanks! Zeev At 00:29 28/3/2001, Rasmus Lerdorf wrote: 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 -

Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-27 Thread Jason Greene
PROTECTED] To: "Rasmus Lerdorf" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, March 27, 2001 4:32 PM Subject: Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP? Ok, thanks! Zeev At 00:29 28/3/2001, Rasmus Lerdorf wrote: Is there any way to build PHP wit