Cpanel Encoders available when PHP is enabled.
Suhosin for PHP
SourceGuardian Loader for PHP
Zend Optimizer for PHP
EAccelerator for PHP
IonCube Loader for PHP
A loader handles the reading and execution of encoded files at runtime.
Reference:
http://www.hardened-php.net/suhosin/
http://www.sourceguardian.com/encoder_help/index.html
http://www.zend.com/en/resources/zend-documentation/
http://eaccelerator.net/
cPanel Security Tokens
cPanel have added numerous security features to cPanel/WHM 11.25. cPanel security token system attempts to prevent cross-site request forgery (XSRF) attacks by appending URLs with a session token in the form of cpsess[number].
When this feature is enabled, absolute URLs are no longer allowed. This new feature helps to ensure a safe environment.
cPanel Version 11.25 XML API Functions
Version 11.25 adds 16 new XML API functions to better integrate cPanel/WHM with custom software.
New API functions:
View information about a domain
Add a DNS zone record
Edit a DNS zone record
View all DNS zone records for a domain
Remove a DNS zone record
Reset a DNS zone record to the settings found in httpd.conf
Assign a reseller IP addresses
Set reseller limits
Set a reseller’s main IP address
Define reseller packages
Suspend a reseller’s account
Unsuspend a reseller’s account
View information about a reseller’s accounts
Define a reseller’s nameservers
Configure a service
Change the IP address of a domain
Installing or Updating PostgreSQL on Your cPanel & WHM Server
cPanel & WHM works with PostgreSQL 7.3.x or later.
Using the command line interface, log into your server as root.
If you have PostgreSQL 7.2.x installed, back up your databases using pg_dumpall or some other method. If you have databases you wish to keep, move your existing PostgreSQL data directory somewhere else by, for example, typing the following command.
mv /var/lib/pgsql /var/lib/pgsql.old
To begin the installation process:
On a CentOS or RedHat system, use the following script:
This script executes yum install postgresql (and related RPMs).
Performance Improved in cPanel 11.25 DNS Clustering
cPanel DNS clustering utility, DNSAdmin, now sends updates in batches with a single call, reducing the server’s memory consumption during DNS synchronization.
cPanel have also added a feature that will automatically disable unresponsive cluster members, preventing outdated information from being sent to up-to-date servers when the unresponsive server come back online. Plus, cPanel simplified reconfiguring and restarting BIND into a single call, speeding up the process.