From: Date: Mon, 24 Dec 2001 01:12:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~426 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30b526bf7877d33038b0f28d4ec9cd5349cf79d5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1ca3651442..645ddd70ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2001-12-23 Thomas V.V.Cox + + * pear/PEAR/Common.php: + added the tag under for the package.xml file + +2001-12-23 Mark L. Woodward + + * ext/msession/msession.c: Major cleanup + + * ext/msession/msession-test.php: + A php script which shows how to use msession with PHP sessions + + * ext/msession/README: Added php.ini entry info. + +2001-12-23 Zeev Suraski + + * win32/install.txt: Update installation instructions (Marco Kaiser) + +2001-12-23 Stig Venaas + + * EXTENSIONS: changed address + + * ext/ldap/ldap.c + ext/ldap/php_ldap.h: + Made ldap_set_option work with NULL as link, added option + LDAP_OPT_DEBUG_LEVEL for those that support it, and made sure the rebind + code is currently included for OpenLDAP only. + +2001-12-23 Markus Fischer + + * ext/standard/reg.c: - Fix tiny leak. + +2001-12-23 Rui Hirokawa + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + added function overload in mbstring to add multibyte support for string and mail functions. + +2001-12-23 Alex Waugh + + * ext/mysql/libmysql/acinclude.m4 + ext/mysql/php_mysql.c: Check for ushort + +2001-12-23 Thomas V.V.Cox + + * pear/DB/storage.php: Call-time pass-by-reference fixes + +2001-12-23 Mark L. Woodward + + * ext/msession/README + ext/msession/msession.c + ext/msession/php_msession.h: + Renamed msession_getdata and msession_setdata to + msession_get_data and msession_set_data respectively. + +2001-12-23 Derick Rethans + + * ext/zip/zip.c: + - Fix for bug 14554 - segfault upon zip_entry_open. (patch by + phpbug@robin.pfft.net) + + * NEWS: - Last fixes to NEWS + +2001-12-23 Alex Waugh + + * ext/standard/ftp_fopen_wrapper.c + ext/standard/http_fopen_wrapper.c + main/fopen_wrappers.c + main/network.c: Undefine AF_UNIX under RISC OS + + * ext/mysql/libmysql/acinclude.m4: Cache results of check for int8 + +2001-12-23 Richard Heyes + + * pear/Mail/mimeDecode.php: + Fixed getXML() method to not barf when no bodies + 2001-12-22 Hartmut Holzgraefe * ext/msession/msession.c: re-added prototype folding hooks