DarkPrince2005 Posted June 22, 2009 Share Posted June 22, 2009 Does anybody know of a tool or something to check which version of php code is used. I wanna check if my current coding complies with PHP5 Link to comment https://forums.phpfreaks.com/topic/163268-checking-php-version/ Share on other sites More sharing options...
aggrav8d Posted June 22, 2009 Share Posted June 22, 2009 there are many easy ways to tell what version of php is being run on a server. There is no easy way to tell for certain what version the code was written with. Many times people will write functions that duplicate, say, php5 functions to run in php4. your best bet is to set up a test server running php5, install the site and see what breaks. Link to comment https://forums.phpfreaks.com/topic/163268-checking-php-version/#findComment-861393 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.