Hi there,
My site is http://www.happyandhealthy.co and I’m running the latest version of KLEO and WordPress.
1) Is KLEO compatible with all of the following PHP configurations?
– PHP 5.4
– PHP 5.4 (Single php.ini)
– PHP 5.4 (FastCGI)
2) Which one do you recommend I should use – PHP 5.4 (Single php.ini)?
3) It sounded like PHP 5.4 (FastCGI) will improve the performance of my site, correct?
FYI, here are some comments from Bluehost:
– PHP 5.4: All files with the extension .php will be handled by the PHP 5.4 engine. Latest version of PHP.
– PHP 5.4 (Single php.ini): Same as PHP 5.4, but all subdirectories will use ~/public_html/php.ini
– PHP 5.4 (FastCGI): All files with the extension .php will be handled by PHP 5.4 FastCGI processes. FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpreter on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster.
I would appreciate your help.
Thanks!