From: Date: Fri, 3 Sep 2004 00:34:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69a4d841a9a1acc1ce01c6ac144076bf3595891e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 66678c3111..b53179ac60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2004-09-02 Frank M. Kromann + + * ext/ming/ming.c: + Adding swfvideostreamp and swfprebuiltclipp, available in ming 0.3 + +2004-09-02 Marcus Boerger + + * ext/standard/var.c: + Fix memleak in serialize + + * ext/standard/tests/serialize/bug14293.phpt: + Fix test + +2004-09-02 Sebastian Bergmann + + * ZendEngine2/zend_compile.c: + Fugbix typo. + +2004-09-02 Stanislav Malyshev + + * ext/standard/filestat.c: + MF4: fix crash if shutdown uses file stats + + * (PHP_4_3) + ext/standard/filestat.c: + this crashed if some of the shutdown handlers called some file stat + function + +2004-09-02 Derick Rethans + + * tests/lang/bug29944.phpt: + - Added test for bug #29944. + + * tests/lang/bug29944.phpt: + 1.1.4; + file bug29944.phpt was initially added on branch PHP_4_3. + +2004-09-02 Georg Richter + + * ext/mysqli/php_mysqli.h: + fixed bug #29283 + + * (PHP_5_0) + NEWS + ext/mysqli/mysqli_api.c + ext/mysqli/php_mysqli.h: + fixed compiler warnings + fixed bug #29283 + +2004-09-02 Ilia Alshanetsky + + * (PHP_5_0) + ext/session/session.c: + MFH: Fixed bug #29925 (Added a check to prevent illegal characters in + session key). + + * ext/session/session.c: + Fixed bug #29925 (Added a check to prevent illegal characters in session + key). + 2004-08-31 Sara Golemon * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7e65f0386c..c059291f94 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-09-02 Sebastian Bergmann + + * zend_compile.c: + Fugbix typo. + 2004-08-30 Marcus Boerger * (PHP_5_0)