install.macosx.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 92 行
HTML
92 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Installation on Mac OS X</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="install.unix.debian.html">Debian GNU/Linux installation notes</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.macosx.bundled.html">Using the bundled PHP</a></div> <div class="up"><a href="install.html">Installation and Configuration</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Installation on Mac OS X</h1><h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="install.macosx.bundled.html">Using the bundled PHP</a></li><li><a href="install.macosx.server.html">Compiling for OS X Server</a></li><li><a href="install.macosx.client.html">Installing for Apache on MacOS X Client</a></li></ul> <p class="para"> This section contains notes and hints specific to installing PHP on Mac OS X. There are two slightly different versions of Mac OS X, Client and Server, our manual deals with installing PHP on both systems. Note that PHP is not available for MacOS 9 and earlier versions. </p> <div id="install.macosx.packages" class="sect1"> <h2 class="title">Using Packages</h2> <p class="simpara"> There are a few pre-packaged and pre-compiled versions of PHP for Mac OS X. This can help in setting up a standard configuration, but if you need to have a different set of features (such as a secure server, or a different database driver), you may need to build PHP and/or your web server yourself. If you are unfamiliar with building and compiling your own software, it's worth checking whether somebody has already built a packaged version of PHP with the features you need. </p> <p class="simpara"> The following resources offer easy to install packages and precompiled binaries for PHP on Mac OS: </p> <p class="para"> <ul class="itemizedlist"> <li class="listitem"> <span class="simpara"> MacPorts: <a href="http://www.macports.org/" class="link external">» http://www.macports.org/</a> </span> </li> <li class="listitem"> <span class="simpara"> Entropy: <a href="http://www.entropy.ch/software/macosx/php/" class="link external">» http://www.entropy.ch/software/macosx/php/</a> </span> </li> <li class="listitem"> <span class="simpara"> Fink: <a href="http://fink.sourceforge.net/" class="link external">» http://fink.sourceforge.net/</a> </span> </li> </ul> </p> </div> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="install.unix.debian.html">Debian GNU/Linux installation notes</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.macosx.bundled.html">Using the bundled PHP</a></div> <div class="up"><a href="install.html">Installation and Configuration</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?