SCIENTIFIC-LINUX-USERS Archives

December 2010

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chris Tooley <[log in to unmask]>
Reply To:
Chris Tooley <[log in to unmask]>
Date:
Thu, 2 Dec 2010 15:53:32 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
On 10-12-02 11:59 AM, Larry Linder wrote:
> used "yum install  php php-mysql"
> Got new update on php and php-mysql.
> php-mysql functions now work!
>
> My old paranoia is still there about upgrades.
> Famous last words - "totally transparent to the user"
>
> Finally becoming a believer in "yum"
>
> Thank You
> Larry Linder


You can also find out what sort of options have been compiled into PHP 
by creating a php page on your webserver that calls "phpinfo()"

i.e. copy and paste the below into a .php file and load it up in your 
browser to see what you've got :)

-----------------------------------------------
<?php

phpinfo();

?>
-----------------------------------------------

Lots of good useful information in there.

-Chris

ATOM RSS1 RSS2