On June 24, 2003 10:40 am, George Schlossnagle wrote:I dig including it in ext, and bundling the full sqlite sources as well. I just don't think it should be enabled by default.
Enabling sqlite by default has virtually no performance impact. Your binary is
increased by roughly 100k and you initialize a dosen or so constants on
startup. Comparatively speaking it is much 'nicer' then tokenizer (enabled by
default) which initialized couple hundred constants at start up.
I'm not approaching this from a performance standpoint, but from one where statically compiled extensions slow the overall release process, make it difficult for users to incrementally upgrade their extensions, and generally contribute to bloat.
George
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php