From adc705954573cb21bb7f595fd23083fe738d9b89 Mon Sep 17 00:00:00 2001 From: Date: Mon, 21 Aug 2006 01:30:48 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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) -- 2.50.1