Jump to content

[SOLVED] php.ini


Stooney

Recommended Posts

I think I'm missing something here.  I need to change 4 settings, so I made a php.ini including those directives and placed it in the directory with the php scripts which need the changes.  But that doesnt seem to help, when I check the settings with ini_get() all I see is the default values.  It's like this on both my localhost and my webhost (I checked to make sure my host allows it and they do).

 

php.ini

 

upload_max_filesize: 50 M
max_execution_time: 1800
memory_limit: 55 M
post_max_size: 50 M

 

none of those settings are changed according to ini_get()

Link to comment
https://forums.phpfreaks.com/topic/83913-solved-phpini/
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.