changelog Sat Nov 13 20:37:00 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1802&r2=1.1803&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1802 php-src/ChangeLog:1.1803
--- php-src/ChangeLog:1.1802 Fri Nov 12 20:51:05 2004
+++ php-src/ChangeLog Sat Nov 13 20:36:55 2004
@@ -1,3 +1,25 @@
+2004-11-13 Rainer Schaaf <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/pdf/config.m4:
+ fixed Bug #29297
+ Configure now only allows to work with PDFlib up to PDFlib 4, as newer
+ PDFlib versions need the code from the PDFlib PECL module.
+
+2004-11-13 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ BFN
+
+ * (PHP_5_0)
+ ext/xml/compat.c:
+ MFH: Fixed bug #30566 (attribute namespace URIs are inconsistent when
+ parsing).
+
+ * ext/xml/compat.c:
+ Fixed bug #30566 (attribute namespace URIs are inconsistent when
parsing).
+
2004-11-12 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/recode/recode.c:
@@ -12524,7 +12546,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1802 2004/11/13
01:51:05 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1803 2004/11/14
01:36:55 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>