Arcadiauk Posted December 28, 2004 Posted December 28, 2004 Can someone tell me how to find out what PHP version my host is running? Is there a script I can run? Derek
Guest Posted December 28, 2004 Posted December 28, 2004 if you have your store operational, go to admin/tools/server info else create a program named phpinfo.php or whatever you want to name it. <?php phpinfo(); ?> and place in your root web.
Guest Posted December 28, 2004 Posted December 28, 2004 PHP/4.3.2 I guess :D Response Headers - http://www.thelingeriestore.co.uk/ Date: Tue, 28 Dec 2004 20:14:14 GMT Server: Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a mod_python/2.7.8 Python/2.2.2 mod_webapp/1.2.0-dev mod_perl/1.27 mod_throttle/3.1.2 PHP/4.3.2 FrontPage/5.0.2.2510 mod_ssl/2.8.14 OpenSSL/0.9.7c X-Powered-By: PHP/4.3.2 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Keep-Alive: timeout=15, max=994 Connection: Keep-Alive Content-Type: text/html Content-Encoding: gzip Content-Length: 3210 using: http://www.chrispederick.com/work/firefox/webdeveloper/
Arcadiauk Posted December 29, 2004 Author Posted December 29, 2004 Thanks for the info, i thought my host would be out of date. I have backed up my entire store including the database locally, just incase of any problems due to the recent security risks found in earlier versions of PHP. Derek
Recommended Posts
Archived
This topic is now archived and is closed to further replies.