php.net announced latest stable version of PHP as PHP 5.3.0
When I try to run osCommerce on Windows with PHP 5.3.0 I get below errors.
Deprecated: Function eregi() is deprecated in …
Warning: date(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Helsinki’ for ‘3.0/DST’ instead in…
Solution: Actually osCommerce should publish a patch for PHP 5.3.0 because there are a lot of eregi function used in codes. If you want to learn solution please visit below address.
Fix `ereg is deprecated` errors in PHP 5.3
http://devthought.com/tumble/2009/06/fix-ereg-is-deprecated-errors-in-php-53/
It‘s quite in here! Why not leave a response?