Platform extensions provide additional functionality. In order to disable an extension, open you php.ini with a text editor and remove the extension lines (if present) or in Windows go to Services (Start | Settings | Control Panel | Administrative Tools | Services) and stop the service (double-click on the service name and in the "Startup Type" field select the option "Disabled'):
|
Description |
Controls the Zend Optimizer component. |
|
To Enable |
Automatically configured during installation. |
|
To Disable |
Remove the line from your php.ini |
|
Resulting Outcome |
PHP code will not be optimized and files encoded with Guard will not run. Users may notice a decrease in performance after disabling the Optimizer. |
|
Description |
Controls the Zend download server component. |
|
To Enable |
Automatically configured during installation. |
|
To Disable |
Remove the line from your php.ini |
|
Resulting Outcome |
Files defined in the mime_types file will not be serviced by the download server and will start consuming additional bandwidth. |
|
Description |
platform.so or platform.dll (in Windows) includes the components; Accelerator and Zend Cache. |
|
To Enable |
Automatically configured during installation. |
|
To Disable |
Remove the line from your php.ini |
|
Resulting Outcome |
Disables Acceleration and Caching. |
|
Description |
monitor.so or monitor.dll (in Windows) includes the monitoring component. |
|
To Enable |
Automatically configured during installation. |
|
To Disable |
Remove the line from your php.ini |
|
Resulting Outcome |
Disables Monitoring (PHP Intelligence). |
|
Description |
Checks if there are actions associated with an Event when an Event is added to the DB and executes them. |
|
To Enable |
Automatically configured during installation. |
|
To Disable |
Remove the line from your php.ini |
|
Resulting Outcome |
Actions associated with events will not be executed. |
|
Description |
This process periodically makes a query to nodes to verify activity and status (OS, PHP version, etc.) |
|
To Enable |
Automatically configured during installation. |
|
To Disable |
Remove the line from your php.ini |
|
Resulting Outcome |
Nodes will not be checked for activity and status and should be manually checked. |
|
Description |
Collects and aggregates information from nodes in the cluster that is displayed in the PHP Intelligence module. |
|
To Enable |
Automatically configured during installation. |
|
To Disable |
Remove the line from your php.ini |
|
Resulting Outcome |
Event information will not be collected from Nodes, this is equivalent to disabling the cluster configuration and deactivating PHP intelligence |
|
Description |
A daemon process that receives Events from Platform Nodes. |
|
To Enable |
Automatically configured during installation. |
|
To Disable |
Remove the line from your php.ini |
|
Resulting Outcome |
Event information will not be collected from nodes, this is equivalent to disabling the cluster configuration and deactivating PHP intelligence. |
|
|
|
|
|
Related Links: |
|
|
|