无法更改 php.ini 文件!

发布于 2024-08-04 21:47:07 字数 255 浏览 13 评论 0原文

我已经更改了 Xampp 位置 (C:\xampp\apache\bin\php.ini) 中的 php.ini 文件并重新启动服务器

我确信它是真正的 php.ini 文件,因为我已经检查了 phpinfo()

但是我的更改没有生效!

为什么?

更新:


我有 PHP 版本 5.2.8

我已经更改了文件 C:\xampp\php\php5.ini

但问题仍然相同没有效果

I have changed the php.ini file in the location (C:\xampp\apache\bin\php.ini) for Xampp and restart the server

I am sure it is the real php.ini file because I have checked with phpinfo()

however my changes does not take effect!

why?

update:


I have PHP Version 5.2.8

I have changed the file C:\xampp\php\php5.ini

but the problem still the same no effects

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

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

发布评论

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

评论(2

聚集的泪 2024-08-11 21:47:07

解决方案

我找到了使用此文件“xampp_restart.exe”重新启动 Apache 的

,但现在我发现我应该右键单击该文件并选择“以管理员身份运行”

谢谢

I found the solution

I used to restart the Apache using this file "xampp_restart.exe"

but now I figured out that I should right click on the file and chose "run as administrator"

Thanks

岁月无声 2024-08-11 21:47:07

您在 php.ini 中所做的任何更改都可能会在以下两个级别之一被覆盖:

  1. Apache 虚拟主机设置

  2. 在 php 中运行时,例如 ini_set()< /a>


检查这些并看看你发现了什么。

您要更改 php.ini 中的哪些设置?

It's possible that whatever change you made in php.ini is overridden at either one of 2 levels:

  1. Apache virtual host setting

  2. At runtime in php e.g. ini_set()

Check those out and see what you find.

What setting are you changing in php.ini?

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