Compdigitec Labs

« | Home | »

Determine the OS and version of PHP

By admin | July 16, 2008

It is very hard to determine the OS of the server/computer that is running PHP. So therefore here are two very, very useful methods to get the OS and Version of PHP.
This finds the version and OS the PHP on your server, not that person that is visiting your site.

To get the version of PHP, use phpversion(), a hidden function in PHP. However, your OS maker may have customized this so it may not be a pure number. For example, on Ubuntu Linux it returns 5.2.4-2ubuntu5.1, but on a Windows binary from php.net it returns 5.2.5, which is a pure number.

And to get the OS of PHP, use the hidden constant PHP_OS. If it doesn’t work, you could also try the following, even though the chances are very unlikely:

$_ENV['OS']
$_SERVER['OS']
$_SERVER['SERVER_SOFTWARE'] // The OS Info may be in there

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: PHP | 7 Comments »

7 Responses to “Determine the OS and version of PHP”

  1. ตรวจ nipt ที่ไหนดี Says:
    July 31st, 2025 at 02:04

    … [Trackback]

    […] Find More to that Topic: compdigitec.com/labs/2008/07/16/determine-the-os-and-version-of-php/ […]

  2. axbb.ru Says:
    August 2nd, 2025 at 16:44

    axbb.ru

    axbb.ru

  3. วิเคราะห์บอล โปรแกรม บอลไทย ดูบอลสด Says:
    August 2nd, 2025 at 22:26

    … [Trackback]

    […] Info on that Topic: compdigitec.com/labs/2008/07/16/determine-the-os-and-version-of-php/ […]

  4. lovehumandesign.ru Says:
    August 8th, 2025 at 03:05

    lovehumandesign.ru

    lovehumandesign.ru

  5. dizain cheloveka Says:
    August 8th, 2025 at 03:53

    dizain cheloveka

    dizain cheloveka

  6. Ethical Elephant Sanctuary Says:
    August 15th, 2025 at 20:15

    … [Trackback]

    […] Read More to that Topic: compdigitec.com/labs/2008/07/16/determine-the-os-and-version-of-php/ […]

  7. youtube-videos Says:
    August 25th, 2025 at 06:58

    youtube-videos

    youtube-videos

Comments