changelog Fri Dec 10 20:33:17 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1829&r2=1.1830&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1829 php-src/ChangeLog:1.1830
--- php-src/ChangeLog:1.1829 Thu Dec 9 20:32:20 2004
+++ php-src/ChangeLog Fri Dec 10 20:33:16 2004
@@ -1,3 +1,35 @@
+2004-12-10 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * main/main.c:
+ - Fix bug #27728 (Can't return within a zend_try{} or the previous
+ state isn't restored.
+
+2004-12-10 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/file.c:
+ fix buffer overrun & segfault in get_meta_tags() when there is no tag
value
+
+2004-12-10 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ configure.in
+ ZendEngine2/zend.h
+ main/php_version.h:
+ - Back to -dev
+
+ * (PHP_5_0)
+ NEWS
+ configure.in
+ ZendEngine2/zend.h
+ main/php_version.h:
+ - 5.0.3RC2
+
+2004-12-10 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/pcre/php_pcre.c:
+ Avoid causing a crash.
+
2004-12-09 Antony Dovgal <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -13974,7 +14006,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1829 2004/12/10
01:32:20 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1830 2004/12/11
01:33:16 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>