From: justdave%syndicomm.com <> Date: Fri, 4 Apr 2008 11:46:03 +0000 (+0000) Subject: Getting the stuff Timeless missed with his checkin for bug 106386 X-Git-Tag: bugzilla-3.1.3~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee8e681ded533d46ff51c0bd44f65e316aca7caa;p=thirdparty%2Fbugzilla.git Getting the stuff Timeless missed with his checkin for bug 106386 --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 9d14a02be5..b50481e9f9 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1772,7 +1772,14 @@ binmode(STDOUT); According to bug 62000, the perl documentation says that you should always use binmode() when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than aribtrarily putting binmode() at the begining of the attachment files, there should be logic to determine if binmode() is needed or not. + url="http://bugzilla.mozilla.org/show_bug.cgi?id=62000">bug 62000, + the perl documentation says that you should always use + binmode() when dealing with binary + files, but never when dealing with text files. That seems + to suggest that rather than arbitrarily putting + binmode() at the beginning of the + attachment files, there should be logic to determine if + binmode() is needed or not.