Koozali.org: home of the SME Server

Version of PHP

Mike

Version of PHP
« 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%]

Henk

Re: Version of PHP
« Reply #1 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%]

Mike

Re: Version of PHP
« Reply #2 on: January 02, 2004, 08:39:38 PM »
Thanks Henk!!!!