Mac clarification

This commit is contained in:
Marc Delisle
2002-09-14 10:42:28 +00:00
parent 28e7e9f9bb
commit b3fe0c7f33

View File

@@ -215,11 +215,11 @@
</p> </p>
<p> <p>
<font color="#bb0000">Warning for Mac users:</font> php seems not to like <font color="#bb0000">Warning for Mac users:</font>if you are on a MacOS
Mac end of lines character (&quot;<tt>\r</tt>&quot;) and Stuffit unstuffs version before OS X, Stuffit unstuffs with Mac formats.<br />
with Mac formats, of course.<br />
So you'll have to resave as in Bbedit to unix style ALL phpMyAdmin scripts So you'll have to resave as in Bbedit to unix style ALL phpMyAdmin scripts
before uploading them to your server. before uploading them to your server, as PHP seems not to like Mac-style
end of lines character (&quot;<tt>\r</tt>&quot;).
</p> </p>
<p> <p>
@@ -230,12 +230,14 @@
<p><b>Quick Install:</b></p> <p><b>Quick Install:</b></p>
<ol> <ol>
<li> Use a distribution kit with the files having the extension <li> Choose and download a distribution kit with the files having the
(<i>.php3</i> or <i>.php</i>) depending on the way your web/PHP server extension (<i>.php3</i> or <i>.php</i>) depending on the way your
interprets those extensions.</li> web/PHP server interprets those extensions.</li>
<li> Untar or unzip the distribution (be sure to unzip the subdirectories): <li> Untar or unzip the distribution (be sure to unzip the subdirectories):
<tt>tar xzvf phpMyAdmin_x.x.x.tar.gz</tt> in your webserver's <tt>tar xzvf phpMyAdmin_x.x.x.tar.gz</tt> in your webserver's
document root.</li> document root. If you don't have direct access to your document root,
put the files in a directory on your local machine, and, after step 3,
transfer the directory on your web server using, for example, ftp.</li>
<li> Open the file config.inc.php3 in your favourite editor and change <li> Open the file config.inc.php3 in your favourite editor and change
the values for host, user, password and authentication mode to fit the values for host, user, password and authentication mode to fit
your environment. your environment.