From: Date: Tue, 15 Aug 2000 01:09:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.2RC1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92c21585f2ec05f4b787ebd695a6c770a0ec7681;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1803920885..c16e6dcb68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2000-08-14 Brendan W. McAdams + + * ext/ccvs/TODO: +2000-08-14 Sascha Schumann + + * ext/mcrypt/mcrypt.c: + Move MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build against + libmcrypt 2.2. + + * ext/mcrypt/mcrypt.c: + Remove unnecessary precompiler macros. The failure condition is catched + at configure time. + + * ext/mcrypt/mcrypt.c: + Restrict INI entries when compiling against libmcrypt 2.4. + + * ext/mcrypt/config.m4: + Fix check for libmcrypt in non-system library paths. + Fix case where neither libmcrypt 2.4.x and 2.2.x were found. + Fix library order (scope limited to static libraries) + +2000-08-14 Stanislav Malyshev + + * ext/standard/formatted_print.c: Fix print length - again + + * ext/standard/formatted_print.c: + Fix another crash with long formats (#6145) + + * ext/standard/formatted_print.c: Fix non-numbers printing (#6142) + +2000-08-14 David Croft + + * ext/standard/basic_functions.c: presumably this was wrong + 2000-08-13 Sterling Hughes * ext/curl/curl.c