Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Mike on January 02, 2004, 07:42:36 PM

Title: Version of PHP
Post by: Mike on January 02, 2004, 07:42:36 PM
Is there a document somewhere that states what version of applications are included in SME 6.0 final??? Especially interested in the PHP version. I have searched and am coming up empty.
Thanks.......Mike

[%sig%]
Title: Re: Version of PHP
Post by: Henk on January 02, 2004, 08:00:28 PM
SME 6.0 has PHP version 4.1.2.

If you make a info.php containing:


    phpinfo();

?>

and put this in a html directory, you'll get a page with loads of info about PHP on your SME system.

[%sig%]
Title: Re: Version of PHP
Post by: Mike on January 02, 2004, 08:39:38 PM
Thanks Henk!!!!