Derick, I did a quick build without the date extension and php5ts.dll dropped 296kb. I did some additional digging. Some of the additional is because of the new PDO object, and some becuase PCRElib doubled in size. But the object file that really jumped in size was zend_execute.obj: from 271kb in 5.0.4 to 818kb in 5.1.0b2. Since it's not an extension I can turn off to test I can't tell how much of that change in the object file ends up getting linked into php5ts.dll.
Does this tripling of the size of zend_execute make sense? If it does then it is what it is, but I just want to make sure that what's happening here is what people expected. Michael --- Derick Rethans <[EMAIL PROTECTED]> wrote: > On Tue, 28 Jun 2005, Jani Taskinen wrote: > > > > > 1.6MB timezonedb.h in ext/date/lib/ would be a good guess. :) > > And two bundled SQLite libraries.... (timezone db is only 200kb). > > Derick > > -- > Derick Rethans > http://derickrethans.nl | http://ez.no | http://xdebug.org > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php