By modeezy on
Greetings and Happy New Year
I got a question that involves moving my drupal site from a PHP 5.3 webserver to another running PHP 5.2.9. I'd like to know if doing so will cause my site to break due to differences between the two PHP versions. My reason for doing is because I've done most of my development on my home machine that runs 5.3 while my webhost is still using 5.2.9. Even with 5.3, I encountered some module issues with the current version of drupal.. Mainly warnings about how objects are referenced. http://drupal.org/node/665156 for example. I applied some patches to the modules and they work fine under PHP 5.3 right now