KevinM1 Posted September 26, 2006 Share Posted September 26, 2006 I was wondering if there was a site that has a comparison between the newest version of PHP and the previous ones. Specifically, I'd like to know more about the newest version's browser detection capabilities.Thanks! :) Link to comment https://forums.phpfreaks.com/topic/22119-differences-between-50-and-4x/ Share on other sites More sharing options...
Daniel0 Posted September 26, 2006 Share Posted September 26, 2006 New functions are added to PHP5, and PHP5 has better OOP. Link to comment https://forums.phpfreaks.com/topic/22119-differences-between-50-and-4x/#findComment-99002 Share on other sites More sharing options...
trq Posted September 26, 2006 Share Posted September 26, 2006 Browser detection is something that really needs to be done client side. The best php can do is check any sent headers which are pretty unreliable. Link to comment https://forums.phpfreaks.com/topic/22119-differences-between-50-and-4x/#findComment-99009 Share on other sites More sharing options...
KevinM1 Posted September 26, 2006 Author Share Posted September 26, 2006 Good point re: headers.Thanks :) Link to comment https://forums.phpfreaks.com/topic/22119-differences-between-50-and-4x/#findComment-99034 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.