douliangli6407 2014-02-21 06:43
浏览 33

在安全模式下运行shell命令 - php

I want to execute shell commands on my server. I'm using shell_exec() for that purpose. Problem is with safe mode turned on it gives error:

PHP Warning:  shell_exec(): Cannot execute using backquotes in Safe Mode

Also i do not want to turn off safe mode. Is there anyway to execute this with safe mode or any other command for same purpose?

  • 写回答

2条回答 默认 最新

  • dousui6488 2014-02-21 06:47
    关注

    Safe Mode disables shell_exec():

    shell_exec() (functional equivalent of backticks) This function is disabled when PHP is running in safe mode.

    The whole point of Safe Mode is to prevent shell-level execution from within a PHP script. So, no, there's no way around it, unless you write your own PHP extension.

    Also, be aware that Safe Mode is DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.

    评论

报告相同问题?

悬赏问题

  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探