Closed nextime closed 9 years ago
Starting with php 5.2 cast an object to string if the object doesn't have the __toString() method will give a fatal non catchable error. This commit introduce a simple check and fix for that.
Starting with php 5.2 cast an object to string if the object doesn't have the __toString() method will give a fatal non catchable error. This commit introduce a simple check and fix for that.