On Wed, 2006-03-08 at 20:01 +0000, Stefan Seufert wrote:
> You should also try to forward a patch to the php developers. It won't
> cost them anything to carry it around and it definitely won't break
> anything. But it will make our live a lot easier.
I'll have to come up with a better patch first, this just changes the
"configure" file, not configure.in or whatever... I hate autoconf.
Anyway, here's the patch.
--
Sean Gabriel Heacock
Telana Internet Services
http://www.telana.com/
diff -Nur php-5.0.2/configure php-5.0.2-new/configure
--- php-5.0.2/configure 2004-11-29 01:45:39.840860864 -0700
+++ php-5.0.2-new/configure 2004-11-29 01:46:46.241766392 -0700
@@ -5020,7 +5020,7 @@
;;
esac
- if test "$APXS_MPM" != "prefork"; then
+ if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then
enable_maintainer_zts=yes
if test "$pthreads_working" != "yes"; then
@@ -5770,7 +5770,7 @@
;;
esac
- if test "$APXS_MPM" != "prefork"; then
+ if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then
enable_maintainer_zts=yes
if test "$pthreads_working" != "yes"; then
_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser