Overriding global php.ini file

前端 未结 2 651
庸人自扰
庸人自扰 2020-12-07 02:10

I don\'t have access to global php.ini file since I am running my application on shared hosting and now what happens is I need to put my php.ini file in every directory to u

2条回答
  •  抹茶落季
    2020-12-07 02:50

    Yes! Not all php.ini options can be set, but many can be changed through .htaccess files, or the ini_set function, etc. See these pages.

提交回复
热议问题