PDA

View Full Version : Updating PHP configuration (Linux)


SteveC
2003-08-22, 18:12 PM
Ok. I've just installed a few new RPMs (mcrypt and ImageMagik). I have heard that I need to reconfigure PHP to get PHP to work with them. However, I have found different instuctions on how to do this and they have all been pretty vague. Do I just update php.ini or what? Can anybody help me out or point me in the right direction?

Thanks!

SteveC
2003-08-23, 21:42 PM
Nevermind. I figured it out. The WebHost Manager has an update Apache function that takes care of it.

ChadwickA
2003-08-27, 00:38 AM
I need to edit my php.ini where do I find it?

Thanks
Chad

JoshPet
2003-08-27, 01:15 AM
Usually it's in the /etc directory.

But if that doesn't help.... create a script like this:


<?
phpinfo();
?>

And view it in your web browser... that'll show you the location of the php.ini file. ;)