stockdalep Posted March 17, 2007 Share Posted March 17, 2007 Hi I have been using php 4.4.2 I have just installed php 5.2.1 but now find that a couple of things in my script dont work anymore. Like this code <? require('header.php'); ?> is there a difference between 4.4.2 and 5.2.1. Thanks for any help. Link to comment https://forums.phpfreaks.com/topic/43102-solved-php-521-php-442-difference/ Share on other sites More sharing options...
Daniel0 Posted March 17, 2007 Share Posted March 17, 2007 Sure there is a difference take a look at the change logs at php.net, there are too many changes to mention here. If you want the above code to work, then you'd have to turn short tags on in php.ini. http://www.php.net/ChangeLog-5.php Link to comment https://forums.phpfreaks.com/topic/43102-solved-php-521-php-442-difference/#findComment-209362 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.