How to disable ini_set ?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

How to disable ini_set ?

Post by infolock »

I keep hearing it's possible to disable ini_set, but I don't see a documentation anywhere explaining how this is done. Anyone have the answer? Thanks!
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Re: How to disable ini_set ?

Post by infolock »

n/m, i figured it out.

It's part of the disable_functions in the php.ini file.
Post Reply