changelog Mon Aug 21 01:30:49 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2428&r2=1.2429&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2428 php-src/ChangeLog:1.2429
--- php-src/ChangeLog:1.2428 Sun Aug 20 01:30:58 2006
+++ php-src/ChangeLog Mon Aug 21 01:30:48 2006
@@ -1,3 +1,29 @@
+2006-08-20 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_5_2)