|
#1
|
|||
|
|||
|
I was just wondering what version of php the shared hosts are using. I was going to install something but it says I need version 5.5 so I wanted to check first. Thank you in advance
|
|
#3
|
||||
|
||||
|
And 5.2.9 is the latest stable (5.x) PHP version.
Version 5.5 does not exist, AFAIK.
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
|
#4
|
||||
|
||||
|
That info should be available in the server information section of cPanel, down on the lower left...you may need to poke around a bit, but it should show current versions.
__________________
Hosting term analogies, revised and improved (?) |
|
#5
|
||||
|
||||
|
Or you can create yourself a phpinfo() page.
__________________
- David |
|
#6
|
||||
|
||||
|
We used to joke about getting Serra a t-shirt with the instructions for doing that.
If that's too much info, there's also phpversion().
__________________
Hosting term analogies, revised and improved (?) |
|
#8
|
||||
|
||||
|
Create a file with the following text and save it with a php extension. You might call it phpInfo.php, for example. Save it to your public_html folder and call it from a browser.
Code:
<? phpinfo(); ?> |
|
#10
|
||||
|
||||
|
Depends on how paranoid you are.
Theoretically it could help a hacker to see if some version of a library you are running can be exploited. I just name it something unlikely to be guessed.
|
|
#11
|
|||
|
|||
|
In your Joomla Admin go to "Help" on the admin top menu and click on "System Info" it will tell you more than you need to know :-)
|
|
#12
|
||||
|
||||
|
Courtesy of Rick...because we are not allowed to attach php files to posts, here is a .txt file. After you download or upload it, change the name to anything.php, then browse there.
__________________
Hosting term analogies, revised and improved (?) |
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why my MySql version 4 only instead of version 5 | rolandyh | Shared Hosting Support | 1 | 12-19-2008 06:30 AM |
| Awstats - What is your version ? | Hadoken | Shared Hosting Support | 2 | 08-17-2006 10:26 AM |
| version 3.2.0 | maksimov | WHM Autopilot | 0 | 06-24-2006 05:32 AM |
| php version | Unregistered | Pre-Sales Questions | 1 | 12-23-2004 01:01 PM |
All times are GMT -5. The time now is 07:10 AM.





Theoretically it could help a hacker to see if some version of a library you are running can be exploited. I just name it something unlikely to be guessed.





