Wes Kurdziolek wrote:
default under Windows) troublesome. However, PHP works great w/ Apache 2 if you run Apache 2 in forking mode since you don't have to worry about any of PHP's dependent libraries' thread-safety issues.
I was curious up until this post what exactly all the fuss over apache2 and php5 was. I run apache2+php5 on a development/staging server. It handles some backoffice apps, but it's basically used to stage new versions of our apps before diff'ing them out to the production machines.
So far, I haven't had any issues, however all the code has to be compatible with php4, so I'm not using any of the new php5 only stuff.
What issues besides thread safety have other people seen?
