From: Date: Sun, 14 Jan 2007 01:31:00 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c732b5a93dd08fcdfadc234fa5636c88d2519fe;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e59dd8148f..d92ca86361 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2007-01-13 Ilia Alshanetsky + + * ext/standard/formatted_print.c: + + MFB: Improve validation of argnum, width and precision. + + * (PHP_4_4) + ext/standard/formatted_print.c: + + MFH: Improve validation of argnum, width and precision. + + * (PHP_5_2) + ext/standard/formatted_print.c: + + Improve validation of argnum, width and precision. + +2007-01-13 Nuno Lopes + + * ext/gd/libgd/gd.c + ext/gd/libgd/gd.c: + MFB + + * (PHP_5_2) + ext/gd/libgd/gd.c: + OMG, this line was really bogus (and allocating huge amounts of memory + unecessarly) + + * (PHP_5_2) + ext/gd/libgd/gd.c: + fix valgrind error in test bug24594.phpt + while at it, remove some dead code and change the pts vector to char to + save (much) memory + +2007-01-13 Frank M. Kromann + + * (PHP_5_2) + win32/build/Makefile: + MFH: Kill warnings when mt is not installed or is found as the tape command + under cygwin + + * win32/build/Makefile: + Kill warnings when mt is not installed or is found as the tape command + under cygwin + 2007-01-11 Andrei Zmievski * sapi/apache/mod_php.c: