News Feed
Jobs Feed
Sections




News Archive
Sharon Levy's Blog:
PHP Version
January 05, 2012 @ 13:20:40

Sharon Levy has a new post to her blog showing a trick she's come up with to show the PHP version information (usually found in the phpinfo) even when it's disabled.

Sometimes the most crucial, basic piece of information can seem so hard to find. For example, suppose you wanted to find out what version of PHP your remote webhost provides to shared hosting users? What would you do? [...] For development purposes it can be helpful having phpinfo() available, but on a live shared host, you may discover as I did recently that it is no longer available; your host may have disabled it.

She includes three other ways you can use to get the version of PHP you're working with:

  • If you have command line access, running "php -v"
  • Using the phpversion function (or PHP_VERSION constant)
  • Appending a certain value to the URL (only works in some cases)
0 comments voice your opinion now!
find version language method phpinfo phpversion url


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann\'s Blog: Graphical Logging in PHPUnit 3

Johannes Schluter's Blog: Code and human languages

Cal Evans' Blog: Breaking into PHP

Ian Selby's Blog: Dynamically Add Functions to PHP Classes

Zend: Framework Preview Release 0.1.3 Posted


Community Events











Don't see your event here?
Let us know!


unittest functional conference testing usergroup development release opinion language podcast zendframework2 introduction database framework community interview phpunit rest symfony2 series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework