Hi
After updating patch for PHP 5.3 I get errormessage
HP Deprecated: Function ereg() is deprecated in /includes/classes/db/mysql/query_factory.php on line 177
and line 139 and several other lines with ereg() and ereg_replace()
I have versiom 1.3.8 and have done all the security patches even though I did some of them after the PHP5.3 patch but have gone through the affected files to see that the changes were still there.
The shop seems to work but get these warnings if I turn errorlogging on. The way I noticed it was because I forgot to turn errorlogging off and my webserver got full of MYdebug.log files
should I change ereg() to preg_match() instead in affected files which I read here
http://docs.php.net/manual/en/migrat...deprecated.php
or do I not need to worry about the warnings?



