From: Date: Thu, 27 Dec 2001 01:11:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e99c98a8f7e2da6a2613fd86245fc5dde8cc3926;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d8225ca8a5..61440a77a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2001-12-26 Stig Venaas + + * ext/ldap/ldap.c: unbreak parallel search + +2001-12-26 Rui Hirokawa + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + added code to remove overloaded function in RSHUTDOWN. + +2001-12-26 Derick Rethans + + * ext/mcrypt/mcrypt.c: - MFH for bug 14690 + + * ext/mcrypt/mcrypt.c: - Fix for bug 14690 + +2001-12-26 Yasuo Ohgaki + + * EXTENSIONS: Added msession + +2001-12-26 Thomas V.V.Cox + + * pear/scripts/pear.in: added default target for installing documentation + + * pear/Console/Getopt.php: reverted the last change for now + + * pear/PEAR/Installer.php: + - Install files marked as "role=doc" in a central PEAR doc dir + (defaults to PHP_DATADIR/pear/doc/Package_name/) + - Store a new property of each installed file ['installed_as'] for + easy uninstall + +2001-12-26 Yasuo Ohgaki + + * ext/session/session.c: Fix crash with external session save handlers + +2001-12-26 Stig Bakken + + * pear/System.php: * use "windir" env.var on Windows too + + * pear/System.php: + * added System::tmpdir() method (now uses SystemRoot env.var on Windows) + +2001-12-26 Mark L. Woodward + + * ext/msession/msession.c: Moved "ifdef HAVE_PHP_SESSION" oops! + 2001-12-25 Georg Richter * ext/ncurses/ncurses.c