You need to check which php.ini your installation is actually using.

I had this problem, and I scratched my head over it for days.

Turns out I was editing /etc/php.ini, and my php installation
was using something like /usr/local/lib/php.ini

if you do this

php -I > phpinfo.txt

then load the resulting file into a text editor, on the 8th or
9th line down is a line which reads

Configuration File (php.ini) Path => /usr/local/lib/php.ini

Check to see if this matches the php.ini file you're actually
Editing

Darren Gibbs MSc(Internetworking)
Senior Network Engineer
Sky Channel Pty LTD

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gabriel Regis
Schanuel
Sent: Friday, 15 October 2004 6:34 AM
To: [EMAIL PROTECTED]
Subject: [jffnms-users] can't get register_globals on

hi
i'm in slackware running php 4.3.8 and Apache 1.3.31

at the end of /etc/apache/php.ini i added this lines:
register_globals = on
error_reporting = E_ALL & ~E_NOTICE
allow_url_fopen = On
include_path = .:/usr/share/pear

then restarted apache with /etc/rc.d/rc.httpd restart and register_globals
are still off

can someone give me some help?!?

thanks in advance


-------------------------------------------------------
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

Reply via email to