Macports php.ni 中忽略内存和上传大小设置

发布于 2024-11-26 15:27:37 字数 434 浏览 1 评论 0原文

我正在使用 Macports for PHP,由于某种原因,我的 php.ini 中的所有设置(至少是 memory_limit 和 upload_max_filesize 的设置)都被忽略。例如,我尝试将 memory_limit 增加到 > 128M,但仍然保持在128M。我还尝试增加 post_max_size 和 upload_max_filesize,但也没有改变。根据 phpinfo(),正在使用的 ini 文件位于 /opt/local/etc/php5,这就是我正在编辑的文件。我已确保没有其他 php.ini 文件可以被读取,并且我已确保每当进行更改时都重新启动 Apache。我已经运行了“selfupdate”和“update outdated”命令,并且我有最新的 XCode,所以我知道我是最新的。

关于这些值来自哪里以及为什么我不能在 php.ini 中更改它们有什么想法吗?

谢谢。

I'm using Macports for PHP, and for some reason, all of the settings in my php.ini - at least the ones for memory_limit and upload_max_filesize - are being ignored. For instance, I've tried increasing memory_limit to be > 128M, but it still remains at 128M. I've also tried increasing post_max_sizeand upload_max_filesize, but no change there, either. According to phpinfo(), the ini file being used is at /opt/local/etc/php5, and that's the one I'm editing. I've made sure there are no other php.ini files that could be the ones read, and I've made sure to restart Apache whenever I make changes. I've run the "selfupdate" and "update outdated" commands, and I have the latest XCode, so I know I'm up to date.

Any ideas as to where those values are coming from and why I can't change them in php.ini?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欢烬 2024-12-03 15:27:37

我将 php.ini 移至 /opt/local/var/db/php5,因为该目录列在“扫描此目录以获取其他 .ini 文件”下,并且其中的值现在正在使用。问题是,之前没有 php.ini,正如我所说,phpinfo() 将 /opt/local/etc/php5 中的那个显示为正在使用的那个,即使更改值没有效果。所使用的值来自哪里?默认 PHP 值?

不管怎样,现在我很高兴,因为我可以在 php.ini 中进行更改,这些更改现在实际上生效了。

I moved php.ini to /opt/local/var/db/php5, since that directory was listed under "Scan this dir for additional .ini files", and the values in there are being used now. The thing is, there was no php.ini there before, and as I said, phpinfo() showed the one in /opt/local/etc/php5 as the one being used, even though changing the values had no effect. Where were the values being used coming from? Default PHP values?

Anyway, for now I'm happy, since I can make changes in php.ini that actually take effect now.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文