Jump to content

Checking PHP version?


DarkPrince2005

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.