Date/Time functions and PHP 5.3
Thu, May 10, 2012
1-minute read
In case that you move your web site from PHP 5.2.x to PHP 5.3.x (like switch from one to another provider, or dev env) there is chance that you will see some errors inside your reports page.
|
|
Solving this problem can havfe various approaches but easier one is to edit your php.ini file (if your provider allow you) or to change .htaccess file (for a web site).
So, open .htaccess
and add this inside PHP 5, Apache 1,2 group
|
|
restart apache server after this change
That is all.
\bye