Re: [PHP] php5 threadsafe / apache2 mpm=worker

2005-01-17 Thread Rasmus Lerdorf
On Fri, 14 Jan 2005, Jason Morehouse wrote: > Just wondering if anyone is using the apache worker module with php? > > I've complied php5 with zend threadsafe support, and apache2 with the > MPM worker module on a Linux box. Everything seems sweet. > mysqli_thread_safe() reports true... anyone kno

Re: [PHP] php5 threadsafe / apache2 mpm=worker

2005-01-15 Thread Jochem Maas
Jason Morehouse wrote: Hello, Just wondering if anyone is using the apache worker module with php? I've complied php5 with zend threadsafe support, and apache2 with the MPM worker module on a Linux box. Everything seems sweet. mysqli_thread_safe() reports true... anyone know if this configuration

Re: [PHP] php5 threadsafe / apache2 mpm=worker

2005-01-15 Thread Jason Morehouse
Yep, that's pretty much what I got, except I haven't been able to find a list of what modules are thread safe, except mysql. Jochem Maas wrote: Jason Morehouse wrote: Hello, Just wondering if anyone is using the apache worker module with php? I've complied php5 with zend threadsafe support, and a