After upgrading to php 4.2.2 loads of my scripts give me T_CONSTANT_ENCAPSED_STRING , T_ENCAPSED_AND_WHITESPACE etc errors all over the place.
I've seen posts saying that there are probably things missing like colons. However if I hit refresh on my browser the page mostly always loads. Why is this? If it was a missing colon or something shouldn't page remain broken till I changed the script?
Is there a setting in my php.ini that can stop these errors appearing?
Hope someone can help! 😕