Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
cgi php version
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- cgi php version
cgi php version
04-09-2007 12:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi,
How can I find out the php version in use? I know it is 4.? but I've spent what seems like ages this morning barking up several wrong trees and am now tired of trying to find out something so simple.
Thanks for your help.
How can I find out the php version in use? I know it is 4.? but I've spent what seems like ages this morning barking up several wrong trees and am now tired of trying to find out something so simple.
Thanks for your help.
Message 1 of 3
(2,173 Views)
2 REPLIES 2
Re: cgi php version
04-09-2007 12:13 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
xxxxx@cshell02:~$ php -v
PHP 4.3.10 (cgi) (built: May 6 2005 14:05:38)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
xxxxx@cshell02:~$
B.
PHP 4.3.10 (cgi) (built: May 6 2005 14:05:38)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
xxxxx@cshell02:~$
B.
Message 2 of 3
(537 Views)
Re: cgi php version
04-09-2007 12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You could also create a phpinfo file and upload it to your webspace.
To do this create a file called phpinfo.php and put this code in there
Save the file and upload it to your cgi space, when you browse to it you should get all the information on the platform you need.
To do this create a file called phpinfo.php and put this code in there
<?php
phpinfo();
?>
Save the file and upload it to your cgi space, when you browse to it you should get all the information on the platform you need.
Former Plusnet Staff member. Posts after 31st Jan 2020 are not on behalf of Plusnet.
Message 3 of 3
(537 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page