Re: [PHP-DEV] T1lib thread safety

2002-04-14 Thread Shane Caraveo
It would be nice to have it as a flag in the module, like the api numbers. Shane Stig S. Bakken wrote: > Should we print a warning at the end of configure listing what libraries > you are trying to link with that we know are not thread safe? > > - Stig > > On Sat, 2002-04-13 at 07:00, Rasmus L

Re: [PHP-DEV] T1lib thread safety

2002-04-13 Thread Stig S. Bakken
Should we print a warning at the end of configure listing what libraries you are trying to link with that we know are not thread safe? - Stig On Sat, 2002-04-13 at 07:00, Rasmus Lerdorf wrote: > Just the tip of the iceberg. There are a bunch of libraries that PHP can > talk to that are not thr

Re: [PHP-DEV] T1lib thread safety

2002-04-12 Thread Rasmus Lerdorf
> >Just the tip of the iceberg. There are a bunch of libraries that PHP can > >talk to that are not threadsafe. It's going to take a while before > >Apache2+PHP is going to be useful. > > Maybe we need to make a list of libraries that indicates which are thread > safe & which are not. > > What a

Re: [PHP-DEV] T1lib thread safety

2002-04-12 Thread Brian Havard
On Fri, 12 Apr 2002 22:00:12 -0700 (PDT), Rasmus Lerdorf wrote: >Just the tip of the iceberg. There are a bunch of libraries that PHP can >talk to that are not threadsafe. It's going to take a while before >Apache2+PHP is going to be useful. Maybe we need to make a list of libraries that indic

Re: [PHP-DEV] T1lib thread safety

2002-04-12 Thread Rasmus Lerdorf
Just the tip of the iceberg. There are a bunch of libraries that PHP can talk to that are not threadsafe. It's going to take a while before Apache2+PHP is going to be useful. For GD specifically, yes we can put in some mutexes as I earlier today put a copy of the GD library into PHP CVS so we c