From: Date: Mon, 21 Aug 2006 01:30:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1925 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adc705954573cb21bb7f595fd23083fe738d9b89;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6b2bb02d39..f10e0e161c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2006-08-20 Ilia Alshanetsky + + * (PHP_5_2) + sapi/cgi/fastcgi.c: + MFH: sa_len compile fix for IRIX + + + * ext/standard/datetime.c + ext/standard/tests/time/bug38524.phpt: + MFB: Fixed bug #38524 (strptime() does not initialize the internal date + storage structure). + + * (PHP_5_2) + NEWS + ext/standard/datetime.c + ext/standard/tests/time/bug38524.phpt + ext/standard/tests/time/bug38524.phpt: + Fixed bug #38524 (strptime() does not initialize the internal date storage + structure). + +2006-08-20 Sascha Schumann + + * sapi/cgi/fastcgi.c: + "sa_len" is defined to "sa_union . sa_generic . sa_len2" on IRIX, + so we use another variable name here. + 2006-08-19 Ilia Alshanetsky * (PHP_5_2)