原来 Mac 自带了 PHP

1. 启用 Apache,System Preferences -> Sharing -> Web Sharing
2. 编辑 /etc/apache2/httpd.conf,把启用 php5 的那一行,反注释掉,然后修改 DirectoryIndex,加上 index.php,然后创建 php 配置文件:

mv /etc/php.ini.default /etc/php.ini

重启 apache:

apachectl restart

3. 文档根目录在 /Library/WebServer/Documents,看了看 phpninfo 发现支持的扩展还不算太少 :-)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>