Backward Incompatible ChangesAlthough most existing PHP 4 code should work without changes, you should pay attention to the following backward incompatible changes:
Example #1 strrpos and strripos now use the entire string as a needle
<?php
Example #2 An object with no properties is no longer considered "empty"
<?php
Example #3 In some cases classes must be declared before used
<?php |