[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]
Synopsis: Environment variables not being found by Perl script State-Changed-From-To: open-analyzed State-Changed-By: [EMAIL PROTECTED] State-Changed-When: Wed May 27 11:00:02 PDT 1998 State-Changed-Why: In 1.3b7 (Win), we created CGI processes using native NT calls rather than posix calls. The env list for the Posix call is an array of NULL terminated strings. The env list for CreateProcess must be a NULL terminated block of NULL terminated strings. Missed this in the original work. Testing the fix now. A PATCH should make it to the development list later today.. Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: [EMAIL PROTECTED] Responsible-Changed-When: Wed May 27 11:00:02 PDT 1998 Responsible-Changed-Why: I broke it. I'll fix it.
