gpt4 book ai didi

php - 为什么 aws.phar 运行一次就不会再次加载?

转载 作者:可可西里 更新时间:2023-11-01 12:36:15 24 4
gpt4 key购买 nike

我使用 phar 文件在我的弹性 beanstalk 应用程序中安装 aws sdk for php:

require_once __DIR__ . '/../AWS-SDK/aws.phar';

当我第一次运行脚本时,它成功了!但是当我再次尝试时,我得到了这个错误:

Warning: require(phar://aws.phar/aws-autoloader.php): failed to open stream: phar error: invalid url or non-existent phar "phar://aws.phar/aws-autoloader.php" in /var/app/current/src/utils/AWS-SDK/aws.phar on line 3 Fatal error: require(): Failed opening required 'phar://aws.phar/aws-autoloader.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/app/current/src/utils/AWS-SDK/aws.phar on line 3

如何解决问题?

最佳答案

不要使用require_once。这就是导致那个问题的原因。您应该使用 requireinclude

关于php - 为什么 aws.phar 运行一次就不会再次加载?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28000901/

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