I have some problems after my host updated my php to 5.3
It give me some errors regarding ereg, I have bin reading and changing many ereg functions with help from
php.net/manual/en/function.ereg.php
But I am no expert and I need some help, for starters with these 2 codes.
Code: Select all
if (($character_after_place_holder === false) || ereg('[ ,)"]', $character_after_place_holder)) {
$this->sql_query = substr_replace($this->sql_query, $value, $pos, $length);Code: Select all
if ($this->cache_read === false) {
if (eregi('^SELECT', $this->sql_query)) {
$this->db_class->freeResult($this->query_handler);