From: Date: Wed, 18 Oct 2000 01:09:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~641 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f85a4a7325f1288c8319bf90e0c46e4b777691c1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3c4a0f8352..9c8093d383 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2000-10-17 Monte Ohrt + + * pear/Makefile.in: update for Date_Calc install + +2000-10-17 Nikos Mavroyanopoulos + + * ext/mhash/mhash.c: + Added the mhash HMAC functionality. Now the mhash function can use + keyed hash by added the key as an extra parameter to the function. + +2000-10-17 Zeev Suraski + + * main/rfc1867.c: Fix warning + + * main/main.c + NEWS: Fix a crash in CGI mode, in case no file is provided + +2000-10-17 Jouni Ahto + + * ext/interbase/interbase.c: + (ibase_execute) - Oops, trying to free a little bit too much. Maybe fixes + #6721, #7117, #7278. + + +2000-10-17 Chuck Hagenbuch + + * ext/mcal/php_mcal.c: spaces to tabs. do we have a standard on this? + + * ext/imap/php_imap.c: + fix imap_fetchstructure(). msgindex is not valid if we're using FT_UID; + always use Z_LVAL_PP(msgno) in the actual c-client function call. + +2000-10-17 Stig Venaas + + * ext/ldap/ldap.c + ext/ldap/php_ldap.h: + Added ldap_get_option() and ldap_set_option() functions + +2000-10-17 Chuck Hagenbuch + + * ext/mcal/php_mcal.c: + replace fixed-size buffers for username and password with dynamically + allocated strings in the MCAL extension. + +2000-10-17 Stig Venaas + + * ext/ldap/ldap.c: + Removed some redundant convert_to_*_ex() calls. Edited some whitespace. + +2000-10-17 Jani Taskinen + + * NEWS: cvs commit message disappeared. + + * ext/imap/php_imap.c + ext/imap/php_imap.h: *** empty log message *** + +2000-10-17 Andreas Karajannis + + * ext/odbc/php_odbc.h + ext/odbc/setup.stub + ext/odbc/config.m4: Added support for SAP DB + +2000-10-17 Sascha Schumann + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: Initialize tags properly. + + Submitted by: Andreas Karajannis + +2000-10-17 Monte Ohrt + + * pear/Date/Calc.php: fixed a bug in daysInMonth() + +2000-10-17 Sascha Schumann + + * ext/standard/url_scanner_ex.re: Back out ws changes + + * NEWS: . + + * ext/session/mod_files.c: fix indentation + 2000-10-16 Rasmus Lerdorf * ext/standard/basic_functions.c: Aha, Sascha made a mistake! ;)