gpt4 book ai didi

php - php 脚本和 phar 文件错误 `ERROR: manifest length read was "1163629 0"should be "18297651 6"`

转载 作者:行者123 更新时间:2023-12-05 06:42:10 26 4
gpt4 key购买 nike

我有一个 PHP 脚本,它本质上是一个 GUI,用于编辑姓名和电话号码并将其保存到服务器上的 XML 文件中。

脚本本身包含一个 index.php,其中包含一个用于存储 XML 的目录和一个 .phar 文件,index.php 引用如下:

<?php 

$properties = array(
'directory' => __DIR__ . '/pb', // default directory of the XML files
'defaultFileName' => 'contacts.xml', // default phonebook file
'debug' => false, // debug mode
);

// Don't edit below this line
$properties['rootDirectory'] = __DIR__.'/';
require_once 'yealink-phonebook.phar';

当我到达 index.php 所在目录的根目录时,出现以下错误

错误:读取的 list 长度为“11636290”应为“182976516”

我四处搜索但找不到关于特定错误的任何信息,知道它的含义以及如何解决它吗?

作为引用,该脚本是此 repo 的一部分:https://github.com/octivi/yealink-phonebook .

我注意到在此服务器上运行的是 php 5.2.17 - 这会导致问题吗?

更新 我认为错误的 11636290 部分可能与 11636290 字节的 phar 文件大小有关。例如。 11.6mb - 虽然不确定这有什么帮助,但注意到它们的位置相同。

最佳答案

我必须在 php 设置中启用 phar 扩展

关于php - php 脚本和 phar 文件错误 `ERROR: manifest length read was "1163629 0"should be "18297651 6"`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38210517/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com