From: Date: Mon, 6 Nov 2006 01:31:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb05b053f74be535960d177338ac39d72f329287;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a7da0d6d7d..6aeb12d15d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2006-11-05 Rasmus Lerdorf + + * ext/standard/php_fopen_wrapper.c + ext/standard/php_fopen_wrapper.c: + data: and php:stdin/input allow_url_include checks + +2006-11-05 Ilia Alshanetsky + + * ext/imap/php_imap.c: + MFB: Fixed bug #39362 (Added an option to imap_open/imap_reopen to control + the number of connection retries). + + * (PHP_5_2) + NEWS + ext/imap/php_imap.c: + Fixed bug #39362 (Added an option to imap_open/imap_reopen to control the + number of connection retries). + +2006-11-05 Pierre-Alain Joye + + * (PHP_5_2) + NEWS: + - gdpng entry + + * ext/gd/libgd/gd_png.c: + - MFH: Merge from gd-cvs, initialize the signature not the infile ctx + + * (PHP_5_2) + ext/gd/libgd/gd_png.c: + - Merge from gd-cvs, initialize the signature not the infile ctx + NB: good that we don't use getC :) + 2006-11-04 Marcus Boerger * (PHP_5_2)