summaryrefslogtreecommitdiffstats
path: root/docs/sgml/installation.sgml
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-03-19 14:42:40 +0100
committerjustdave%syndicomm.com <>2002-03-19 14:42:40 +0100
commit93ccfd5df1c7c5e8596a5d742547a0628ba475f3 (patch)
treebb3734b5e7470d5351fc0ca138f9947a0f5f5eaa /docs/sgml/installation.sgml
parent4accb1955e7d530a322dc64d63807c52bf11c968 (diff)
downloadbugzilla-93ccfd5df1c7c5e8596a5d742547a0628ba475f3.tar.gz
bugzilla-93ccfd5df1c7c5e8596a5d742547a0628ba475f3.tar.xz
Getting the stuff Timeless missed with his checkin for bug 106386
Diffstat (limited to 'docs/sgml/installation.sgml')
-rw-r--r--docs/sgml/installation.sgml9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml
index 9d14a02be..b50481e9f 100644
--- a/docs/sgml/installation.sgml
+++ b/docs/sgml/installation.sgml
@@ -1772,7 +1772,14 @@ binmode(STDOUT);
<note>
<para>
According to <ulink
- url="http://bugzilla.mozilla.org/show_bug.cgi?id=62000">bug 62000</ulink>, the perl documentation says that you should always use <function>binmode()</function> when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than aribtrarily putting <function>binmode()</function> at the begining of the attachment files, there should be logic to determine if <function>binmode()</function> is needed or not.
+ url="http://bugzilla.mozilla.org/show_bug.cgi?id=62000">bug 62000</ulink>,
+ the perl documentation says that you should always use
+ <function>binmode()</function> when dealing with binary
+ files, but never when dealing with text files. That seems
+ to suggest that rather than arbitrarily putting
+ <function>binmode()</function> at the beginning of the
+ attachment files, there should be logic to determine if
+ <function>binmode()</function> is needed or not.
</para>
</note>
</step>