From: Date: Thu, 1 Jun 2000 02:15:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bd5d5dc1331ff9942e0f3d44e799ef9fcc50dbd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index dae58362ab..1429946cb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2000-05-31 Jouni Ahto + + * ext/standard/formatted_print.c: + Correct fix this time... (?) + + * ext/standard/formatted_print.c: + Fix a nasty off-by-one with negative numbers. + +2000-05-31 Sascha Schumann + + * acinclude.m4 + configure.in: Make use of already existing macro PHP_PROG_SENDMAIL + +2000-05-31 Zeev Suraski + + * ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: + - Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev) + +2000-05-31 Sascha Schumann + + * acinclude.m4: + Use sed instead of tr. The tr regexp syntax does not seem to be portable + enough to make wide use of it. This should fix problems on Solaris 8 + and possibly on older SysV-derivatives. + +2000-05-31 Charles Hagenbuch + + * ext/mcal/config.m4: + monkeying Sascha's suggested change to allow relative pathnames. + +2000-05-31 Anthony Whitehead + + * sapi/nsapi/nsapi.c: + Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC. + +2000-05-31 Thies C. Arntzen + + * main.c: - ignore_user_abort=Off is now default. + +2000-05-31 Sascha Schumann + + * sapi/nsapi/config.m4: + The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI + failing to build. + +2000-05-31 Thies C. Arntzen + + * TODO: + just do phpinfo() and "collect" all error_reporting related ini-entries - + you'll get my point;-) + 2000-05-30 Frank M. Kromann * ext/imap/imap.dsp