joomla: 1.0.12
env: shared hosting
server api: cgi (phpsuexec)
php: either 4.2.2 or 5.2.0
i have been running php4 w/ some changes in my php.ini. i'm now running php5, but my host hasn't yet enabled changes via php.ini, so i'm stuck with their global values. register_globals is off, but here are the parts of my old php.ini which are no longer in effect:
Code:
session.use_trans_sid=0
allow_url_fopen=0
disable_functions=show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
i'm wondering:
1. what benefits running with php5 gives me?
2. if those benefits are being negated by others on the shared server still using php4?
3. how much i'm hurt by not having those things in my php.ini set the way i had them?
4. if there's anything else i'm not considering