FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: grimr34p3rx on September 20, 2006, 02:15:16 AM

Title: PHP5
Post by: grimr34p3rx on September 20, 2006, 02:15:16 AM
Is freepgs running php5? I was just wondering because I have tried everything to try to get my modded phpbb forums working, but the installation guide says it doesn't work with PHP5.
Title: Re: PHP5
Post by: bookish on September 20, 2006, 02:25:52 AM
Last time I checked FreePgs was using PHP Version 5.0.4

You can check for yourself by putting the following code into a file (phpinfo.php) and uploading it to your web space.

<?php

phpinfo
();

?>