changelog Sun Feb 19 06:31:47 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2260&r2=1.2261&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2260 php-src/ChangeLog:1.2261
--- php-src/ChangeLog:1.2260 Sat Feb 18 06:31:45 2006
+++ php-src/ChangeLog Sun Feb 19 06:31:47 2006
@@ -1,3 +1,46 @@
+2006-02-18 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute_API.c:
+ - There is no %v in sprintf
+
+ * ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h:
+ - Fix integrated iterator index
+
+ * ZendEngine2/zend_execute.c:
+ - Fix possible memory corruption/memleak issue with foreach and iterators
+ - Fix warnings
+
+ * (PHP_5_1)
+ NEWS
+ ext/dba/dba_db4.c
+ ext/dba/tests/bug36436.phpt:
+ - Fixed bug #36436 (DBA problem with Berkeley DB4).
+
+ * ext/dba/tests/bug36436.phpt
+ ext/dba/tests/bug36436.phpt:
+
+ - Add new test
+
+ * ext/dba/dba_db4.c:
+ - Initiai fix to Bug #36436 DBA problem with Berkeley DB4
+
+2006-02-18 Michael Wallner <[EMAIL PROTECTED]>
+
+ * ext/iconv/php_iconv.h:
+ MF51: fix misleading proto (confused in and out charset)
+
+ * (PHP_5_1)
+ ext/iconv/php_iconv.h:
+ - fix misleading proto (confused out and in charset)
+
+2006-02-18 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.h:
+ Rename getloadavg to sys_getloadavg
+
2006-02-17 Andrei Zmievski <[EMAIL PROTECTED]>
* ext/pcre/php_pcre.c: