From: Date: Mon, 17 May 2004 00:33:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d15d8cc3e7c967272458028b63fe58ca0d5773d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c40629d3f1..be7fe7ffb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,117 @@ +2004-05-16 Pierre-Alain Joye + + * pear/PEAR/Common.php: + - T_WHITESPACE for the 1st test... + + * pear/PEAR/Common.php: + - PHP allows spaces before :: (parent :: foo(); ) + Nota bene, requires another change to really check the syntax: + loop back to the first non white space element and valid it (parent, + string or var) + +2004-05-16 Timm Friebe + + * (PHP_4_3) + ext/sybase_ct/php_sybase_ct.c: + - MFH: Fixed auto-conversion from long to double when LONG_MAX / + LONG_MIN where overflown + + * ext/sybase_ct/php_sybase_ct.c: + - Fixed auto-conversion from long to double when LONG_MAX / + LONG_MIN where overflown + +2004-05-16 Ilia Alshanetsky + + * (PECL_4_3) + ext/sqlite/sqlite.c: + Better fix for a possible double free in sqlite_single|array_query() when + a failure occurs between query execution and data retrieval. + +2004-05-16 Stanislav Malyshev + + * (PECL_4_3) + ext/sqlite/sqlite.c: + attempt to fix double free on failed query + +2004-05-16 Pierre-Alain Joye + + * pear/PEAR/Command.php: + - Fix #1329, closedir on exit (kameshj at fastmail dot fm) + + * pear/PEAR/Command/Install.php: + - Fix #1330, unused variable + + * pear/PEAR/Downloader.php: + - Fix #1249 (wrong print out the wrong state with force option) + - some NL issues, sorry, commit now too + +2004-05-16 Ilia Alshanetsky + + * (PHP_4_3) + ext/sockets/sockets.c: + MFH: Do not allocate error buffer at the start of every request. + + * ext/sockets/sockets.c: + Do not allocate error buffer at the start of every request. + +2004-05-16 Marcus Boerger + + * ext/standard/tests/strings/sprintf_f.phpt: + + - Add new test + +2004-05-16 Ilia Alshanetsky + + * (PHP_4_3) + ext/fdf/fdf.c: + MFH: Added missing safe_mode & open_basedir checks. + + * ext/fdf/fdf.c: + Added missing safe_mode & open_basedir checks. + +2004-05-16 Marcus Boerger + + * ext/standard/formatted_print.c: + - Fix printf with floats + +2004-05-16 Wez Furlong + + * ext/ext_skel: + ; + + * ext/ext_skel: + Add config.w32 template to ext_skel + +2004-05-16 Rob Richards + + * ext/dom/TODO + ext/dom/attr.c + ext/dom/cdatasection.c + ext/dom/comment.c + ext/dom/document.c + ext/dom/documentfragment.c + ext/dom/dom_fe.h + ext/dom/element.c + ext/dom/entityreference.c + ext/dom/php_dom.c + ext/dom/processinginstruction.c + ext/dom/text.c + ext/dom/xpath.c: + constructors throw DOMException + add DOM_PHP_ERR DomException code + validate tagnames in constructors + use C style comments + update TODO + +2004-05-16 Brad House + + * ext/mcve/config.m4 + ext/mcve/config.m4: + update config.m4 for libmonetra 4.0 compatability. + Library no longer has MCVE_ symbols, the header file has #define\'s to + convert MCVE_ -> M_ to reflect the Monetra name change from MCVE. + More updates to follow. + 2004-05-14 Andrei Zmievski * NEWS: