changelog Sun Nov 21 20:36:35 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1810&r2=1.1811&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1810 php-src/ChangeLog:1.1811
--- php-src/ChangeLog:1.1810 Sat Nov 20 20:36:52 2004
+++ php-src/ChangeLog Sun Nov 21 20:36:34 2004
@@ -1,3 +1,34 @@
+2004-11-21 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/com_dotnet/com_saproxy.c:
+ emalloc -> safe_emalloc.
+
+2004-11-21 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/xml/compat.c:
+ MFH: internal entities expanded if no default handler but cdata handler
+ exists
+
+ * ext/xml/compat.c:
+ internal entities get expanded if no default handler but cdata handler
+ exists
+
+2004-11-21 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/string.c
+ ext/standard/string.c:
+ fix yet another typo
+
+ * ext/standard/string.c
+ ext/standard/string.c:
+ fix typo (bug #30857)
+
+2004-11-21 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ext/oci8/oci8.c:
+ -** empty log message ***
+
2004-11-20 Stefan Esser <[EMAIL PROTECTED]>
* main/rfc1867.c:
@@ -12918,7 +12949,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1810 2004/11/21
01:36:52 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1811 2004/11/22
01:36:34 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>