* Platonides <[email protected]> [Sat, 15 Aug 2009 23:32:44 +0200]: > You can compile PHP both thread safe or non-thread safe (note that if > some php extension isn't really thread safe, it will break the server). > > If you aren't using a sapi based on threads, it doesn't make sense to > compile php thread safe, since it will run much slower. > Other servers will run it as cgi or fastcgi. > I've compiled so-called thread-safe version of PHP and the corresponding MPM long time ago, before I've used MediaWiki (I use it since v1.9.3). I've had various problems and instability with such setup. It seems that not much changed since then: http://neosmart.net/blog/2008/dont-believe-the-lies-php-isnt-thread-safe-yet/
> If the function has several names use function_exists() or check the > mediawiki version ($wgVersion). > I don't think that would fix these problems. Dmitriy _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
