Hello,
I'm currently trying to install zencart on my box. I am running PHP 5.3, there were a bunch of warnings about depricated functions, I rewrote the parts of the code with newer functions so it would stop complaining.
I am stuck on this error though, Cannot redeclare date_diff()
PHP 5.3 added a function which conflicts with this file name. I guess its not so much that I am stuck but that i dont want to change the name then go through the code and replace date_diff in every spot it is used. Is there a patch for php 5.3 i can get somewhere?



