PDA

View Full Version : server config


clearchanel
Sat 23rd Mar '02, 12:14pm
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

Steve Machol
Sat 23rd Mar '02, 12:17pm
I assume you are referring to PHP. Create a file called phpinfo.php with this content and upload it to your web directory:

<?php
phpinfo();
?>
Then run in from your browser.

clearchanel
Sat 23rd Mar '02, 1:01pm
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.

Steve Machol
Sat 23rd Mar '02, 11:46pm
I have my own dedicated server but felt much safer just having my hosting company do the upgrade for me.