Enable shell_exec() in wamp server

后端 未结 10 1890
臣服心动
臣服心动 2021-01-05 17:22

Recently I have passed one issue on wamp server..I need to use the shell_exec() function in PHP for running some external shell script (some checksum file) . Bu

10条回答
  •  一向
    一向 (楼主)
    2021-01-05 18:12

    Open your php.ini file used by wamp, find the disable_functions part, change it and restart the server.

提交回复
热议问题