From de65bee975237c29a2a72b96821978923978cfee Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 7 Apr 2002 01:58:17 +0000 Subject: [PATCH] Fixed bad entries. --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index aa3781e166..8cb722d010 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 -- You can now disable logging of repeated error messages with two new ini settings ignore_repeated_errors, ignore_repeated_source. @(Marcus) -- Make pg_last_notice() work as it is designed. It returns notice message PostgreSQL connection resource specified. - Added "pgsql.ignore_notice" ini entry. - Added "pgsql.log_notice" ini entry. +- Added "ignore_repeated_errors" and "ignore_repeated_source" php.ini options + which can be used to disable logging of repeated error messages. (Marcus) +- Made pg_last_notice() work correctly. (Yasuo) +- Added "pgsql.ignore_notice" and "pgsql.log_notice" php.ini options. (Yasuo) - Added "zlib.output_compression_level" php.ini option. (Stig) - Added support for --with-apxs build on Mac OS X / Darwin. (markonen) - Added support for dynamically loaded extensions on OS X / Darwin. -- 2.50.1