changelog Thu May 27 20:31:41 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1640&r2=1.1641&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1640 php-src/ChangeLog:1.1641
--- php-src/ChangeLog:1.1640 Wed May 26 20:32:06 2004
+++ php-src/ChangeLog Thu May 27 20:31:40 2004
@@ -1,3 +1,64 @@
+2004-05-27 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/session/tests/skipif.inc:
+ Better skip condition check for session tests.
+
+2004-05-27 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * TODO-5.1:
+ 5.1 tasks.
+
+2004-05-27 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * configure.in
+ ZendEngine2/zend.h
+ main/php_version.h:
+ - Back to RC3-dev until we roll final
+
+2004-05-27 Wez Furlong <[EMAIL PROTECTED]>
+
+ * (php_5_0_0RC3RC1)
+ main/streams/streams.c:
+ Fix #25939 for good this time.
+
+2004-05-27 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (php_5_0_0RC3RC1)
+ NEWS:
+ Put similar items next to eachother
+
+2004-05-27 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - More news
+
+ * (php_5_0_0RC3RC1)
+ ZendEngine2/zend_execute.c:
+ - Fix problem with exceptions returning from include(). (Dmitry)
+
+ * NEWS
+ configure.in
+ ZendEngine2/zend.h
+ main/php_version.h:
+ - RC3RC1
+
+2004-05-27 Rob Richards <[EMAIL PROTECTED]>
+
+ * (php_5_0_0RC3RC1)
+ ext/dom/document.c
+ ext/dom/element.c
+ ext/dom/entityreference.c
+ ext/dom/php_dom.c
+ ext/dom/processinginstruction.c
+ ext/dom/tests/dom_create_element.phpt:
+ namespace/tagname validation fixes (Adam Trachtenberg)
+ added new test
+
+2004-05-27 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - NEWS
+
2004-05-26 Wez Furlong <[EMAIL PROTECTED]>
* ZendEngine2/zend_object_handlers.c:
@@ -4042,7 +4103,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1640 2004/05/27 00:32:06
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1641 2004/05/28 00:31:40
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>