The surefire way to find out which php.ini is in use is to just create a small .php file calling phpinfo();
info.php: <? phpinfo(); ?> On Sat, 16 Oct 2004 11:33:26 -0500, falz <[EMAIL PROTECTED]> wrote: > The surefire way to find out which php.ini is in use is to just create > a small .php file calling phpinfo(); > > info.php: > > <? > phpinfo(); > ?> > > > > > On Sat, 16 Oct 2004 07:56:49 +1000, Darren Gibbs > <[EMAIL PROTECTED]> wrote: > > Gabriel. > > > > OK - so which php.ini file are you modifying? You said > > you had set register_globals to on in php.ini - where > > is this file? > > > > If it's the one in /etc [I.E. /etc/php.ini}, just copy > > it to /usr/local/lib & make the appropriate changes to > > the file in this location. > > > > That's what I did - couldn't be bothered re-compiling > > PHP again to specifiy a different location for the > > php.ini file. > > > > It's probably not strictly kosher, and you have to be > > sure that if you have other apps which look for php.ini > > they look in the correct place, but it works. > > > > Darren Gibbs > > > > > > Senior Network Engineer > > Sky Channel Pty LTD > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Gabriel > > Schanuel > > Sent: Friday, 15 October 2004 10:40 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [jffnms-users] can't get register_globals on > > > > well... > > in both cases (php -i and admin/adm/test.php) i got this path: > > /usr/local/lib > > in this place i have a directory, php but even with find |grep ini i was > > unable to find the php.ini file :-( > > i also tried ls -l -R |grep ini nothing either ;-/ > > any idea?!? > > > > thanks > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use > > IT products in your business? Tell us what you think of them. Give us Your > > Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > > http://productguide.itmanagersjournal.com/guidepromo.tmpl > > _______________________________________________ > > jffnms-users mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jffnms-users > > > > --- > > "This message and any attachment to it is intended for the use of the individual > > or entity to whom it is addressed by the first sender and contains information > > which may be confidential and/or privileged. > > > > If you receive this message and any attachment in error, please delete it > > immediately and notify the sender by electronic mail or telephone (61 2) 9451 > > 0888. Unless you have been expressly authorised by the sender, you are prohibited > > from copying, distributing or using the information contained in this message and > > any attachment. > > > > Sky Channel (ABN 77 009 136 010) is a part of the Tab Limited Group. Sky Channel > > is not responsible for any changes made to this mesage or any attachments other > > than those made by Sky Channel, or for the effects of changes made by others on > > the meaning of this message and any attachment. > > > > Sky Channel does not represent that any attachment is free from computer viruses > > or defects and the user assumes all responsibility for any loss, damage or > > consequence resulting directly or indirectly from the use of any attachment. > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > > Use IT products in your business? Tell us what you think of them. Give us > > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > > http://productguide.itmanagersjournal.com/guidepromo.tmpl > > _______________________________________________ > > jffnms-users mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jffnms-users > > > ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
