On Fri, 21 May 2004, Wez Furlong wrote: > Despite PDO being a PECL-only extension by design, a number of people are > already attempting (and failing!) to run it as static, because the module init > order is undefined.
What is the incentive to build it static? Performance? If you simply build a non-pic shared library there is no performance benefit at all. In fact, we should probably consider making this the default on platforms that support non-pic shared libs as our libs aren't general-purpose shared libraries, they are very much single-purpose libs designed to just be linked into a single binary. -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php