What version of PHP are we running?

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
mdswish
New to forums
New to forums
Posts: 12
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Jul 14, 2013 1:46 pm
Location: MN, USA
Contact:

What version of PHP are we running?

Post by mdswish »

5.3? 5.4? I need to know so I know what version of PHPNuke to installl.
Overkill is underrated......
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: What version of PHP are we running?

Post by soja »

Just make a quick php file showing the phpinfo :)
Not a NFO employee
User avatar
rymax99
This is my homepage
This is my homepage
Posts: 143
Joined: Sun Feb 02, 2014 2:08 pm
Location: Florida
Contact:

Re: What version of PHP are we running?

Post by rymax99 »

As Soja said, you can add a PHP test page. Simple make a file such as test.php and add the following code to it:

Code: Select all

<?php
phpinfo();
?>
doulos9
This is my homepage
This is my homepage
Posts: 200
Joined: Sun Sep 15, 2013 9:44 pm

Re: What version of PHP are we running?

Post by doulos9 »

Try RavenNuke. It is a fork of phpnuke - sort of.

You can get it HERE
User avatar
Edge100x
Founder
Founder
Posts: 12960
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: What version of PHP are we running?

Post by Edge100x »

"php -v" from the command line will also do it.

Most (if not all) of our webhosting machines are running PHP 5.4. We would likely be running 5.5 if not for the fact that Zend Guard doesn't support it yet.
Post Reply