[PHP] phpinfo() question

2002-01-06 Thread Gaylen Fraley

When you run phpinfo(), the first line of detail has the OS version.  What
variable produces this?

--
Gaylen
[EMAIL PROTECTED]
Home http://www.gaylenandmargie.com/
PHP KISGB v3.02 Guest Book http://www.gaylenandmargie.com/phpwebsite/




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] phpinfo() question

2002-01-06 Thread Jason Murray

 When you run phpinfo(), the first line of detail has the OS 
 version.  What variable produces this?

Thats the output from uname -a on the command line... at least,
under *nix it is...

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] phpinfo() question

2002-01-06 Thread Gaylen

Thanks.  That was it!

Gaylen
[EMAIL PROTECTED]
Home http://www.gaylenandmargie.com/
PHP KISGB v3.02 Guest Book http://www.gaylenandmargie.com/phpwebsite/

- Original Message - 
From: Jason Murray [EMAIL PROTECTED]
To: 'Gaylen Fraley' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, January 06, 2002 10:06 PM
Subject: RE: [PHP] phpinfo() question


 When you run phpinfo(), the first line of detail has the OS 
 version.  What variable produces this?

Thats the output from uname -a on the command line... at least,
under *nix it is...

Jason


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]