Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、個人の Windows サーバーで php の proc_open() 関数を使用しようとしていますが、次のようなエラーが表示されます。
しかし、php.ini では、disable_functions にコメントし、これらの機能をブロックするようなものをすべて削除しました。これらのエラーがまだ発生しています。
何が間違っている可能性がありますか?
ZPanel と Windows 2008 を使用しています。
問題は Zpanel の httpd-vhosts.conf ファイルにありました。実際には、ZPanel と suhosin がインストールされた Windows 2008 Server を持っているので、httpd-vhosts.conf ファイルには php suhosin.func.blackblist = proc_open があったので、この行にコメントしました。サービスからAPACHEを再起動しました。今では問題なく正常に動作しています。
読んで答えてくれてありがとう!