Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/243.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
通过composer安装Microsoft Azure PHP存储库时出现问题_Php_Azure_Azure Storage - Fatal编程技术网

通过composer安装Microsoft Azure PHP存储库时出现问题

通过composer安装Microsoft Azure PHP存储库时出现问题,php,azure,azure-storage,Php,Azure,Azure Storage,我们正试图安装,但得到一些奇怪的错误,我们谷歌,它没有返回任何东西,这里是我们所做的 从github克隆了repo composer安装(有关错误,请参见图) 以下是我们得到的结果(用于搜索引擎优化目的或在图像未正确加载的情况下) 然后按照指示运行php--ini 以下是准确的输出(对于seo或未正确加载的图像) 现在,根据我们的假设,需要的扩展已经存在,但我们无法找到问题的确切原因。好的,所有这些错误都有一条隐藏线请求的PHP扩展xsl从您的系统中丢失了,由于这个错误的大小,我没有看到它

我们正试图安装,但得到一些奇怪的错误,我们谷歌,它没有返回任何东西,这里是我们所做的

  • 从github克隆了repo
  • composer安装(有关错误,请参见图)
  • 以下是我们得到的结果(用于搜索引擎优化目的或在图像未正确加载的情况下)


    然后按照指示运行
    php--ini

    以下是准确的输出(对于seo或未正确加载的图像)


    现在,根据我们的假设,需要的扩展已经存在,但我们无法找到问题的确切原因。

    好的,所有这些错误都有一条隐藏线
    请求的PHP扩展xsl从您的系统中丢失了
    ,由于这个错误的大小,我没有看到它,以防您遇到困难,这是你应该做的

  • 通过在命令行中键入
    php-m
    现在,这将给出一个巨大的列表,请确保是否有
    xsl
    ,如果没有,请执行步骤2
  • 如果未启用/安装
    xsl
    ,请键入此命令
    sudo apt get insitall php5 xsl
    ,然后键入
    php-m

  • 希望它能节省您的六个小时:)

    好吧,所有这些错误都有一条隐藏线
    您的系统中缺少请求的PHP扩展xsl
    ,由于这个错误的大小,我没有看到它,如果您遇到困难,下面是您应该做的

  • 通过在命令行中键入
    php-m
    现在,这将给出一个巨大的列表,请确保是否有
    xsl
    ,如果没有,请执行步骤2
  • 如果未启用/安装
    xsl
    ,请键入此命令
    sudo apt get insitall php5 xsl
    ,然后键入
    php-m

  • 希望它能节省您的六个小时:)

    根据您的错误消息,依赖项需要
    xsl
    扩展,但您尚未在PHP运行时安装或启用该扩展。您能确保在PHP运行时启用了
    xsl
    扩展吗?@GaryLiu MSFT我被忽略的错误弄得不知所措
    请求的PHP扩展xsl在您的系统中丢失了
    这一行,感谢mate指出根据您的错误消息,依赖项需要
    xsl
    扩展,但是您还没有在PHP运行时安装或启用它。您能确保在PHP运行时启用了
    xsl
    扩展吗?@GaryLiu MSFT我被忽略的错误弄得不知所措
    请求的PHP扩展xsl在您的系统中丢失了
    这一行,感谢mate指出
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - theseer/phpdox 0.8.1.1 requires ext-xsl * -> the requested PHP extension xsl is missing from your system.
        - theseer/phpdox 0.8.1 requires ext-xsl * -> the requested PHP extension xsl is missing from your system.
        - theseer/phpdox 0.8.0 requires ext-xsl * -> the requested PHP extension xsl is missing from your system.
        - Installation request for theseer/phpdox ~0.8 -> satisfiable by theseer/phpdox[0.8.0, 0.8.1, 0.8.1.1].
    
      To enable extensions, verify that they are enabled in those .ini files:
        - /etc/php5/cli/php.ini
        - /etc/php5/cli/conf.d/05-opcache.ini
        - /etc/php5/cli/conf.d/10-pdo.ini
        - /etc/php5/cli/conf.d/20-curl.ini
        - /etc/php5/cli/conf.d/20-gd.ini
        - /etc/php5/cli/conf.d/20-json.ini
        - /etc/php5/cli/conf.d/20-mysql.ini
        - /etc/php5/cli/conf.d/20-mysqli.ini
        - /etc/php5/cli/conf.d/20-pdo_mysql.ini
        - /etc/php5/cli/conf.d/20-readline.ini
      You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
    
    Configuration File (php.ini) Path: /etc/php5/cli
    Loaded Configuration File:         /etc/php5/cli/php.ini
    Scan for additional .ini files in: /etc/php5/cli/conf.d
    Additional .ini files parsed:      /etc/php5/cli/conf.d/05-opcache.ini,
    /etc/php5/cli/conf.d/10-pdo.ini,
    /etc/php5/cli/conf.d/20-curl.ini,
    /etc/php5/cli/conf.d/20-gd.ini,
    /etc/php5/cli/conf.d/20-json.ini,
    /etc/php5/cli/conf.d/20-mysql.ini,
    /etc/php5/cli/conf.d/20-mysqli.ini,
    /etc/php5/cli/conf.d/20-pdo_mysql.ini,
    /etc/php5/cli/conf.d/20-readline.ini