MAMP PHP 配置文件帮助
中的php.ini文件时,
当我修改Applications/MAMP/conf/php5/php.ini
所做的更改没有反映在MAMP界面中的php信息页面中,
为什么?
When I modify the php.ini document found in
Applications/MAMP/conf/php5/php.ini
The changes are not reflected in the php info page in the MAMP interface
WHY?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要重新启动 MAMP(或者实际上任何 Apache 服务器)才能使 php.ini 中的更改生效。使用 GUI 重新启动 MAMP。
如果您仍然没有遇到任何更改,则可能您正在编辑错误的 php.ini 文件。在 MAMP 中,每个 php 版本都有自己的 php.ini 文件。
要完全确保您正在编辑正确的 php.ini 文件,请使用以下步骤:
类型
并将其保存在 MAMP 的 htdocs 目录中。
将其另存为index.php
网址栏。
阿帕奇服务器。
右边应该显示 php.ini 文件 apache 的路径
目前正在使用。它应该看起来像这样:
“/Applications/MAMP/bin/php/php5.4.4/conf”
使用文本编辑器编辑 .ini 文件,或使用终端。
以下:'cd(然后复制并粘贴您从中获得的路径
步骤 6)'。它应该看起来像这样:'cd
/Applications/MAMP/bin/php/php5.4.4/conf'
正确的 php.ini 文件应显示在其他文件(例如“pear.conf”)中。如果可以的话
看到“php.ini”,我们就快到了。如果没有,那么你就在某个地方出错了,所以
仔细阅读前面的步骤。
/Applications/MAMP/bin/php/php5.4.4/conf/php.ini'
终端的集成文本编辑器 nano。编辑它,并使用保存它
纳米。
在您喜欢的浏览器中浏览到 localhost:8888。你的改变
应反映在配置屏幕中。
我知道此说明可能很难遵循,但如果您想使用团队查看器或其他工具来实现此操作,请与我联系!祝你好运
You need to restart MAMP (Or indeed any Apache Server) for changes in php.ini to take effect. Restart MAMP using the GUI.
If you are still experiencing no changes, it's possible you are editing the wrong php.ini file. In MAMP, each php version has it's own php.ini file.
To make utterly sure you are editing the right php.ini file, use the following steps:
Type
and save it in MAMP's htdocs directory.
Save it as index.php
URL bar.
apache server.
the right of this, a path should be displayed to the php.ini file apache is
currently using. It should look like this:
"/Applications/MAMP/bin/php/php5.4.4/conf"
.ini file with Text Edit, or use Terminal.
following: 'cd (and then copy and paste the path you gained from
step 6)'. It should look like something like this: 'cd
/Applications/MAMP/bin/php/php5.4.4/conf'
correct php.ini file should be displayed amongst other files such as 'pear.conf'. If you can
see 'php.ini', we're nearly there. If not, you've gone wrong somewhere, so
read over the previous steps.
/Applications/MAMP/bin/php/php5.4.4/conf/php.ini'
Terminal's integrated text-editor, nano. Edit it, and save it using
Nano.
Browse to localhost:8888 in your favourite browser. Your changes
should be reflected in the configuration screen.
I understand this instructions may be hard to follow, but just contact me if you want to use team viewer or something to get this working! Good luck
可能的答案:
更改后的网络服务器
来自不同位置的 php.ini(检查
Apache 中的 PHPIniDir 设置
配置)。
Possible answers:
webserver after the change
php.ini from a different location (Check
the PHPIniDir setting in your Apache
config).
MAMP安装中似乎有2个php.ini文件。在我的情况下,似乎被解析的那个不在 config/ 文件夹中,而是在 bin/php/php5.3.14/conf/php.ini 中
It seems that there are 2 php.ini files in the MAMP installation. The one that seems to be parsed in my case is not in the
config/
folder but in thebin/php/php5.3.14/conf/php.ini