I'm using this mod on my 1.3.8a sites and I really like it. However, it's not compatible with PHP 5.3. Has anyone come up with a patch for the out dated ereg() functions? Example:

Function split() is deprecated in /googlecheckout/gcheckout.php on line 128

Here is a copy of line 128:

PHP Code:
PHP Code:
$resticted_categories split('([ ]?[,][ ]?)',MODULE_PAYMENT_GOOGLECHECKOUT_RESTRICTED_CATEGORIES); 
Anyone know how to rewrite this for PHP 5.3? I can't believe no one's talking about this on the support thread as we're all going to have to upgrade to 1.3.9 before the next version of PHP is thrown upon us and all our sites just white screen.