cancel
Showing results for 
Search instead for 
Did you mean: 

How to change PHP.ini settings

timkil
Newbie
Posts: 7
Registered: ‎02-09-2007

How to change PHP.ini settings

Sorry if this has already been answered. I did a search on PHP.ini to try to find earlier postings but didn't see anything.
I'm learning PHP and I'd like to change some php.ini settings for my configuration (eg register_globals, which my PHP book strongly recommends should be set to off for security reasons but is currently defaulted to ON).
Can anyone please tell me how to do it?
Thanks.
1 REPLY 1
LiamM
Grafter
Posts: 5,636
Registered: ‎12-08-2007

Re: How to change PHP.ini settings

I take it you're using your own web server and not the PlusNet CCGI platform? 
If you're using your own web sever, you should find the PHP.ini file in the directory where you installed PHP.
If you're using the PlusNet CCGI platform, you are not able to over-ride their configuration - so it's not possible.