From 47ea35f85bd979710f2bfadc2d8fc38f0a3ff210 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 4 Mar 2003 14:24:48 +0000 Subject: [PATCH] adding news entry for disable_classes addition --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 25e4287c5c9..687c189dcdd 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ PHP 4 NEWS . Disallow linkage of Berkeley db submodules against libraries with different major version. . Disallow configuring of more than one Berkeley db handler. +- Added "disable_classes" php.ini option to allow administrators to disable + certain classes for security reasons. (Harald) - Added man page for CLI version of PHP. (Marcus) - Added --clean option into phpize. (Jani) - Added --ldflags option into php-config. (Jani)