changelog Mon Jul 10 01:30:48 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2386&r2=1.2387&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2386 php-src/ChangeLog:1.2387
--- php-src/ChangeLog:1.2386 Sun Jul 9 01:30:55 2006
+++ php-src/ChangeLog Mon Jul 10 01:30:47 2006
@@ -1,3 +1,97 @@
+2006-07-09 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/calendar/php_calendar.h:
+ MFB: Removed pointless declarations
+
+ * (PHP_5_2)
+ ext/calendar/php_calendar.h:
+ Removed pointless declarations
+
+2006-07-09 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ EXTENSIONS:
+ - Add new entry
+
+ * EXTENSIONS:
+ - Add missing entry
+
+ * EXTENSIONS:
+ - It appears i am the maintainer
+
+ * (PHP_5_2)
+ NEWS
+ NEWS:
+ - BFN
+
+2006-07-09 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/calendar/tests/easter_date.phpt
+ ext/calendar/tests/jddayofweek.phpt
+ ext/calendar/tests/jdmonthname.phpt:
+ more test coverage
+
+2006-07-09 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_builtin_functions.c
+ ZendEngine2/zend_builtin_functions.c
+ ZendEngine2/tests/bug37811.phpt
+ ZendEngine2/tests/bug37811.phpt
+ ZendEngine2/tests/bug37811.phpt:
+ - Fixed Bug #37811 define not using toString on objects
+
+ * (PHP_5_2)
+ ZendEngine2/zend_operators.c:
+ - MFH Fix issue with comparing objects with objects
+
+ * ZendEngine2/zend_operators.c:
+ - Reword comment
+
+ * ZendEngine2/zend_operators.c:
+ - Fix issue with comparing objects with objects
+
+ * NEWS:
+ - Entry doesn't belong here, fixed in 5.2
+
+ * ZendEngine2/zend_operators.c:
+ - Drop dead code
+
+ * ZendEngine2/tests/objects_015.phpt
+ ZendEngine2/tests/objects_015.phpt:
+
+ - Add new test
+
+ * (PHP_5_2)
+ ZendEngine2/zend_operators.c:
+ - MFH:
+ . Fix comparision edgecases involving objects (Tony, Marcus)
+ . Use ZVAL_LONG() where appropriate
+
+ * ZendEngine2/zend_operators.c:
+ - Fix comparision edgecases involving objects (Tony, Marcus)
+ - Use ZVAL_LONG() where appropriate
+
+ * ZendEngine2/tests/abstract-static.phpt:
+ - Fix test
+
+2006-07-09 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/calendar/tests/cal_from_jd.phpt
+ ext/calendar/tests/cal_info.phpt
+ ext/calendar/tests/easter_date.phpt
+ ext/calendar/tests/gregoriantojd.phpt
+ ext/calendar/tests/jddayofweek.phpt
+ ext/calendar/tests/jdmonthname.phpt
+ ext/calendar/tests/jdtofrench.phpt
+ ext/calendar/tests/jdtogregorian.phpt
+ ext/calendar/tests/jdtojulian.phpt
+ ext/calendar/tests/jdtounix.phpt
+ ext/calendar/tests/jewishtojd.phpt
+ ext/calendar/tests/juliantojd.phpt
+ ext/calendar/tests/unixtojd.phpt:
+ additional test cases added, should now cover all functions and modes
+ allthough still not all edge cases
+
2006-07-08 Nuno Lopes <[EMAIL PROTECTED]>
* ext/zlib/zlib.c: