1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

adding news entry for disable_classes addition

This commit is contained in:
foobar
2003-03-04 14:24:48 +00:00
parent 161db1b519
commit 47ea35f85b

2
NEWS
View File

@@ -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)