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.

Ilia

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to