From: Date: Sat, 15 Dec 2001 01:10:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~546 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c464d42445fbc259ecc1d605fdc6abd1ad2ca32a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1c92b7a933..17cc978c62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2001-12-14 Markus Fischer + + * ext/domxml/php_domxml.c: - Damn Typo. + + * ext/domxml/php_domxml.c: - Remove redundant code. + +2001-12-14 Martin Jansen + + * pear/HTML/IT.php: * Remove conflict. + +2001-12-14 Sebastian Bergmann + + * main/php_version.h + configure.in: Change version to 4.1.1-dev. + +2001-12-14 Sterling Hughes + + * pear/HTTP.php: be rfc compliant... + + RFC 822 *only* supports four digits for the year in order to have a compliant + header. + RFC 850 supports two digits for the year (y2k_incompliant :) so use that when + y2k_compliance is turned off. + + In either case, both of these formats require that GMT be appended to the header, + so we do this as well + +2001-12-14 Markus Fischer + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: - MFH bug fixes. + +2001-12-14 Vlad Krupin + + * ext/dbase/dbase.c: MFH + +2001-12-14 Sterling Hughes + + * NEWS: the datetime.c fixes + + * ext/standard/datetime.c: MFH'ed:: + + use zval macro's (not exactly necessary, but not harmful). + jmoore's fix for timezones. + + * NEWS: Derick MFH'ed + + * NEWS: derick's message is in the PHP_4_0_7 branch (or will be :) + jmoore merged this fix into PHP_4_0_7 before the release... + +2001-12-14 Thies C. Arntzen + + * ext/xml/xml.c: add todo + +2001-12-14 Stig Bakken + + * pear/PEAR/Autoloader.php: * update to new overload api + +2001-12-14 Jason Greene + + * ext/sockets/CREDITS + ext/sockets/sockets.c: Add myself as a maintainer + +2001-12-14 Vlad Krupin + + * ext/dbase/dbase.c: + Fixed bug #5993. Now if the result returned from a database is bigger + than a long, dbase_get_record() and dbase_get_record_with_names() will + return a string instead. + +2001-12-14 Jani Taskinen + + * ext/ncurses/ncurses_fe.c + ext/ncurses/php_ncurses_fe.h: + Got some undefined symbol without this patch.. + + * NEWS: Missing period. :) + 2001-12-13 Alexander Merz * pear/DB/common.php