On 11/16/2012 02:18 AM, Patrick ALLAERT wrote: > In eZ Publish CMS, we have recently removed [1] support for the mysql > handler in favour of the mysqli one and as such, we have no more > mysql_*() functions calls except for the above use case where we rely > on mysql_escape().
I suppose you mean mysql_real_escape_string() here. There is no mysql_escape() function and mysql_escape_string() is already marked as deprecated as of 5.3. -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php