changelog Sun Jan 14 01:31:01 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2570&r2=1.2571&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2570 php-src/ChangeLog:1.2571 --- php-src/ChangeLog:1.2570 Fri Jan 12 01:31:02 2007 +++ php-src/ChangeLog Sun Jan 14 01:31:00 2007 @@ -1,3 +1,47 @@ +2007-01-13 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * sapi/apache/mod_php.c: