无法更改 php.ini 文件!
我已经更改了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
解决方案
我找到了使用此文件“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
您在 php.ini 中所做的任何更改都可能会在以下两个级别之一被覆盖:
Apache 虚拟主机设置
在 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:
Apache virtual host setting
At runtime in php e.g. ini_set()
Check those out and see what you find.
What setting are you changing in php.ini?