[cvs] commit: ansel/docs CHANGES ansel/img upload.php ansel test.php
Chuck Hagenbuch
chuck at horde.org
Tue Nov 27 05:21:29 UTC 2007
chuck 2007-11-27 00:21:29 EST
Modified files:
docs CHANGES
img upload.php
. test.php
Log:
We can't change the fact that Horde_Compress_zip needs the whole file
to be in memory until Horde 4, but we can very easily use the
ArchiveZip class, if it's available in PHP, to ensure we only need to
have a single file in memory at once. All streams all the time would
be better, but this is enough of an improvement to go in.
Also, unset data when we're done with it, especially in loops.
Revision Changes Path
1.52 +1 -0 ansel/docs/CHANGES
1.12 +96 -38 ansel/img/upload.php
1.19 +7 -2 ansel/test.php
Chora Links:
http://cvs.horde.org/diff.php/ansel/docs/CHANGES?r1=1.51&r2=1.52&ty=u
http://cvs.horde.org/diff.php/ansel/img/upload.php?r1=1.11&r2=1.12&ty=u
http://cvs.horde.org/diff.php/ansel/test.php?r1=1.18&r2=1.19&ty=u
More information about the cvs
mailing list