From 347c51fa30d4147b785df6c84dfb688f66429571 Mon Sep 17 00:00:00 2001
From: "mbarnson%sisna.com" <>
Date: Fri, 4 Apr 2008 11:46:14 +0000
Subject: Removed binmode references on Win32 documentation. See bug 155743.
---
docs/en/xml/installation.xml | 52 --------------------------------------------
1 file changed, 52 deletions(-)
(limited to 'docs/en/xml')
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 0af9c4bf6..07ab699b4 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1898,58 +1898,6 @@ system ("C:\\perl\\bin\\perl", "processmail", @ARGLIST);
-
- Add
- binmode()
-
- calls so attachments will work (
- bug
- 62000
-
- ).
-
- Because Microsoft Windows based systems handle binary files
- different than Unix based systems, you need to add the following
- lines to
- createattachment.cgi
-
- and
- showattachment.cgi
-
- before the
- require 'CGI.pl';
-
- line.
-
-
-
-
-
-
-
-
- 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 arbitrarily putting
-
- binmode()
-
- at the beginning of the attachment files, there should be logic
- to determine if
- binmode()
-
- is needed or not.
-
-
--
cgit v1.2.3-24-g4f1b