For the class googlebase_batch please update definition of the class so that the public methods and their associative protected properties to not have the same names. For example public function insert and protected property insert. I kid you not there are servers that does not like this.. would either give an error or the operation
$this->insert[$node->nid] = $node; would not even set the property.

Comments

longwave’s picture

Can you submit a patch for this? I can see why this could cause problems, but haven't seen any errors on the sites that I run Google Base on yet.