Re: [PHP-DEV] Time for 4.0.5? From: Emiliano (emile <email protected>)
Date: 02/19/01

Cameron wrote:
>
> i'll agree its about due for release, can we do SOMETHING about the download
> size tho? i dont really have any ideas on decent ways to shrink it but it
> seems to be bloating to me. could do with the mcrypt fix's and zeev's output
> buffer fix 1st tho . . .

Hum, having just contributed to said download size... we've done our
best to
minimize the KLOC, removing some cruft and moving a couple of functions
into
a (separate) library, but we'd be down to stripping comments to go
further...
the only other thing I could suggest is using bzip2 instead of gzip:

-rw-r--r-- 1 emile emile 1952068 Feb 19 10:53
php-4.0.4pl1.tar.bz
-rw-r--r-- 1 emile emile 2439189 Feb 19 10:52
php-4.0.4pl1.tar.gz

which is a 20% size reduction without changing anything else.

Emile

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>