Jump to content

ini_set()


Clarky

Recommended Posts

you can't change that setting in your php code if the version of php you are running is 4.2.3 or greater (prior to this version you could.) You need access to either of the following:

 

php.ini file

apache http.conf file

 

OR

 

.htaccess file WITH the server settings allowing you to set various php_flags.

Link to comment
https://forums.phpfreaks.com/topic/37115-ini_set/#findComment-177266
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.