changelog Sun Jul 4 20:32:18 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1676&r2=1.1677&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1676 php-src/ChangeLog:1.1677
--- php-src/ChangeLog:1.1676 Sat Jul 3 20:32:15 2004
+++ php-src/ChangeLog Sun Jul 4 20:32:17 2004
@@ -1,3 +1,21 @@
+2004-07-04 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/interbase/ibase_query.c:
+ Eliminate potentially dangerous alloca().
+
+ * (PHP_4_3)
+ NEWS
+ ext/imap/php_imap.c:
+ MFH: Fixed bug #28963 (Missing space for \0 in address allocation).
+
+ * ext/imap/php_imap.c:
+ Fixed bug #28963 (Missing space for \0 in address allocation).
+
+2004-07-04 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/standard/var.c:
+ Fix TSRM build
+
2004-07-03 Moriyoshi Koizumi <[EMAIL PROTECTED]>
* NEWS:
@@ -5594,7 +5612,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1676 2004/07/04 00:32:15
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1677 2004/07/05 00:32:17
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>