Disable Classes

This directive disables the provided list of classes in the php.ini.

Once disabled, the classes may be created again, via an extension or in the custom PHP code. Custom classes may still be created and used.

Documentation

See also PHP RFC: Remove disable_classes INI setting.

Related : Disable Functions, php.ini, Preappend File Directive