Is there a file I can upload to my server and run to tell me excatley what is installed and which versions? Such as php, zlib, and the like?
Thanks
Is there a file I can upload to my server and run to tell me excatley what is installed and which versions? Such as php, zlib, and the like?
Thanks
I assume you are referring to PHP. Create a file called phpinfo.php with this content and upload it to your web directory:
Then run in from your browser.PHP Code:<?php
phpinfo();
?>
Steve Machol, vBulletin Customer Support Manager
"Have Copy, Will Paste" (when appropriate)
Please do not email or PM me for vBulletin support. I will be more than glad to answer your questions on the vB Forums and in the support system.
Just remember that what happens in localhost, stays in localhost.
That worked great. Now that I know for sure I have php 4.0.6 does anyone have instructions for upgrading php for dummies available. I've read quite a few topics on it, and to be honest, I have no idea how to excuate them.
I have my own dedicated server but felt much safer just having my hosting company do the upgrade for me.
Steve Machol, vBulletin Customer Support Manager
"Have Copy, Will Paste" (when appropriate)
Please do not email or PM me for vBulletin support. I will be more than glad to answer your questions on the vB Forums and in the support system.
Just remember that what happens in localhost, stays in localhost.
Bookmarks