How To Disable Dangerous Functions in PHP
To disable functions,for security reasons, one can use the disable_functions directive from php.ini can be used
Click Here to read detail on how to disable dangerous functions in php
|
Installing eaccelerator on freebsd
eAccelerator is a PHP caching system, which caches frequently used portions of PHP files to RAM to increase performance.
Click Here to read detail on installing eaccelerator on freebsd
|