diff options
author | justdave%syndicomm.com <> | 2008-04-04 13:46:03 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2008-04-04 13:46:03 +0200 |
commit | ee8e681ded533d46ff51c0bd44f65e316aca7caa (patch) | |
tree | 91616e74e5dbca00d4b30e2ec0a298bedf494cda /docs | |
parent | db9001c5ccdada244b4fb496de979dce5fba3be1 (diff) | |
download | bugzilla-ee8e681ded533d46ff51c0bd44f65e316aca7caa.tar.gz bugzilla-ee8e681ded533d46ff51c0bd44f65e316aca7caa.tar.xz |
Getting the stuff Timeless missed with his checkin for bug 106386
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 9d14a02be..b50481e9f 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -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> |