On Fri, Nov 27, 2009 at 2:56 AM, Swatee Karpe swateekarpe@gmail.com wrote:
So anyone can help me give alternative solution,to use shopping cart + drupal 6.
Upgrade php to version 5.2. Thats your best option. Make backups. Do the upgrade. Test to make sure your existing stuff isn't broken (or fix it).
You could also hack in php4 support. You'd have to disable the php5 requirement in the modules .info file, then find any bits of code which require things only in php5 and fix those. This is a horrible option because you'd have to apply your changes for any modules updates in the future. Theres probably a good reason for having the php5 requirement.