gpt4 book ai didi

PHP:Phing、Phar 和 phar.readonly

转载 作者:可可西里 更新时间:2023-11-01 13:17:26 26 4
gpt4 key购买 nike

我正在使用 PHP 构建系统 phing 创建一个 phar 归档文件。

是否有任何已知的科学可以让我自动将 phar.readonly 设置为 0(这将允许创建 phar 到知道)在 phing 运行期间,但在所有其他时间将其设置为 0

最佳答案

phar.readonly 只能在PHP.INI中设置

他们的文档说它可以通过 ini_set() ("phar.readonly "1"PHP_INI_ALL") 设置,但它不能。


$ php -r "ini_set('phar.readonly',0);print(ini_get('phar.readonly'));"
1个

更新自 http://php.net/manual/en/phar.configuration.php

This setting can only be unset in php.ini due to security reasons. If phar.readonly is disabled in php.ini, the user may enable phar.readonly in a script or disable it later. If phar.readonly is enabled in php.ini, a script may harmlessly "re-enable" the INI variable, but may not disable it.

关于PHP:Phing、Phar 和 phar.readonly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34552563/

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