added an other warning for Mac users thanks to "Ladonna G."
This commit is contained in:
@@ -10,9 +10,10 @@ $Source$
|
|||||||
- improved the js object detection system;
|
- improved the js object detection system;
|
||||||
- fixed some bugs with the patch from Korakot.
|
- fixed some bugs with the patch from Korakot.
|
||||||
* Documentation.html:
|
* Documentation.html:
|
||||||
- lines 238-244: added warning for Mac users thanks to
|
- lines 196-203 & 246-252: added warning for Mac users thanks to
|
||||||
"g-doggie" <penumbradesign at hotmail.com>;
|
"g-doggie" <penumbradesign at hotmail.com> &
|
||||||
- lines 476-482: added the $cfgShowTooltip entry.
|
"Ladonna G." <gladonna at oconnorschurchgoods.com>;
|
||||||
|
- lines 484-490: added the $cfgShowTooltip entry.
|
||||||
|
|
||||||
2001-10-04 Korakot Chaovavanich <korakot@iname.com>
|
2001-10-04 Korakot Chaovavanich <korakot@iname.com>
|
||||||
* table comment(description) as tooltip (request #464084).
|
* table comment(description) as tooltip (request #464084).
|
||||||
|
@@ -168,8 +168,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td valign="top">(*) </td>
|
<td valign="top">(*) </td>
|
||||||
<td>
|
<td>
|
||||||
phpMyAdmin can compress (GZip format -RFC 1952- or Bzip2) dumps and CSV
|
phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) dumps
|
||||||
exports if you use PHP4 >= 4.0.4 with Zlib support
|
and CSV exports if you use PHP4 >= 4.0.4 with Zlib support
|
||||||
(<tt>--with-zlib</tt>) and/or Bzip2 support (<tt>--with-bz2</tt>).
|
(<tt>--with-zlib</tt>) and/or Bzip2 support (<tt>--with-bz2</tt>).
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -193,6 +193,14 @@
|
|||||||
|
|
||||||
<h2>Installation</h2>
|
<h2>Installation</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<font color="#bb0000">Warning for Mac users:</font> php seems not to like
|
||||||
|
Mac end of lines character ("<tt>\r</tt>") and Stuffit unstuffs with Mac
|
||||||
|
formats, of course.<br />
|
||||||
|
So you'll have to resave as in Bbedit to unix style ALL phpMyAdmin scripts
|
||||||
|
before uploading them to your server.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Quick Install:</p>
|
<p>Quick Install:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li> Untar or unzip the distribution (be sure to unzip the subdirectories):
|
<li> Untar or unzip the distribution (be sure to unzip the subdirectories):
|
||||||
|
Reference in New Issue
Block a user