]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Getting the stuff Timeless missed with his checkin for bug 106386
authorjustdave%syndicomm.com <>
Fri, 4 Apr 2008 11:46:03 +0000 (11:46 +0000)
committerjustdave%syndicomm.com <>
Fri, 4 Apr 2008 11:46:03 +0000 (11:46 +0000)
docs/en/xml/installation.xml

index 9d14a02be52ed8dc61c3f72ae42317bdb790066f..b50481e9f93f0ab75fa533f762585757f38d5bf7 100644 (file)
@@ -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>