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