From: Date: Thu, 3 Apr 2008 01:31:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0b1~512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ba1b5d76f1ad91ede7555f41036cdcbe4385c7a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1c66884d44..0b71e24a05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2008-04-02 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/imap/php_imap.c: + MFB: imap bug fixes + + * ext/imap/php_imap.c: + + MFB: Fixed bug #44613 (Crash inside imap_headerinfo()) + + * (PHP_5_3) + ext/imap/php_imap.c: + + Fixed bug #44613 (Crash inside imap_headerinfo()) + +2008-04-02 Antony Dovgal + + * ext/oci8/oci8_interface.c + ext/oci8/oci8_statement.c: + decrement parent's refcount only when destroying the child, not when + decrementing child's refcount + + * ext/openssl/openssl.c: + initialize variable + 2008-04-01 Felipe Pena * ext/imap/php_imap.c