Why doesn't WHM Complete Solution have a Zend version?
I get the following security errors.
You should modify /usr/local/lib/php.ini and set:
enable_dl = Off
This prevents users from loading php modules that affect everyone on the server. Note that if use dynamic libraries, such as ioncube, you will have to load them directly in the PHP configuration (usually in /usr/local/lib/php.ini)
You should modify the PHP configuration (usually in /usr/local/lib/php.ini) and set:
register_globals = Off
unless it is absolutely necessary as it is seen as a significant security risk
Why doesn't WHM Complete Solution emulate register globals in the script? You can turn it on within .htaccess or the php.ini and its a major security risk. Zend is more safer too from what I see.