Per questa versione di Joomla quale versione php mi consigliate la php4 oppure php5?
Joomla! 1.5.9 Production/Stable [ Vatani ] 9-January-2009 23:00 GMT
queste sotto sono le configurazioni possibili.
Attualmente sono in php4.
If you are not familiar with these options, do NOT change them.
This can cause all PHP scripts on your site to stop functioning if misconfigured.
NOTES:
# If you have custom handlers specified in ~/public_html/.htaccess, changing these settings can overwrite them. If you are not sure, make a backup of ~/public_html/.htaccess before changing settings.
PHP4
All files with the extension .php will be handled by the PHP4 engine.
This version of PHP will be deprecated soon, and it is suggested to only use it until you can safely migrate your scripts to PHP5. Here is a migration guide to help you upgrade to PHP5:
# Migration Guide
PHP4 (Single php.ini)
Same as PHP4, but all subdirectories will use ~/public_html/php.ini
PHP5
All files with the extension .php will be handled by the PHP5 engine.
Current, most reliable and best performing version of PHP
PHP5 (Single php.ini)
Same as PHP5, but all subdirectories will use ~/public_html/php.ini
PHP5 (FastCGI)
All files with the extension .php will be handled by PHP5 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 interpretor on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster.
NO MODIFICATIONS to your existing PHP applications will be performed so you can easily enable and disable it at will.
# Questions? click question for more info What are the benefits of using FastCGI for PHP with your hosting account?
# What are the potential problems with FastCGI and why I might want to disable it for PHP?
Install Default php.ini
This will copy the master php.ini to your public_html directory named "php.ini.default". You can then edit the file with any custom directives your scripts require.
IonCube
SourceGuardian