From: Date: Sat, 8 Nov 2008 01:33:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c4e2154c9c7c147a9ae3c2939392457561ed905;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 68717e991e..168745d4d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +2008-11-07 Felipe Pena + + * (PHP_5_2) + NEWS + ext/curl/config.m4 + ext/curl/config.m4: + MFH: + - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment) + Noticed by: jd at cpanel dot net + + * ext/curl/config.m4: + - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment) + Noticed by: jd at cpanel dot net + +2008-11-07 Pierre-Alain Joye + + * ext/fileinfo/libmagic/apprentice.c: + - MFB: fix VC6 build, use our own strtoi64 implementation for VC6 + + * win32/php_strtoi64.h + win32/strtoi64.c + win32/build/config.w32: + - MFB: strtoi64 forward compatible replacement for VC6 + +2008-11-07 Scott MacVicar + + * ext/sqlite3/libsqlite/sqlite3.h: + MFB fix VC6 build + +2008-11-07 Alexey Zakhlestin + + * ext/dba/dba.c + sapi/apache2filter/php_functions.c: + MFB: new parameter-parsing API + + * (PHP_5_3) + ext/dba/dba.c + sapi/apache2filter/php_functions.c: + new parameter-parsing API + +2008-11-07 Kalle Sommer Nielsen + + * ext/snmp/winsnmp.c: + New parameter parsing API + +2008-11-07 Antony Dovgal + + * (PHP_5_3) + ZendEngine2/zend_language_parser.y: + fix typo causing invalid reads + +2008-11-07 Alexey Zakhlestin + + * (PHP_5_3) + main/main.c: + added const, as required by struct-definition + 2008-11-06 David Soria Parra * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ad011adb62..d807cc2064 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2008-11-07 Antony Dovgal + + * (PHP_5_3) + zend_language_parser.y: + fix typo causing invalid reads + 2008-11-05 Arnaud Le Blanc * zend_ini_scanner.c