Enable exec function

后端 未结 2 1233
没有蜡笔的小新
没有蜡笔的小新 2021-01-14 12:27

I have a website on a shared server (apache), one of my scripts needs the exec function to work, but my web host seems to have disabled it..is there any way to enable it thr

2条回答
  •  难免孤独
    2021-01-14 13:29

    No. disable_functions directive is only available in php.ini for security reasons. See the documentation here, column "Changeable".

提交回复
热议问题