The getenv() function does not work on IIS using ISAPI - http://us3.php.net/getenv. Instead use the $_SERVER superglobal. This small patch changes all 2 occurances of this function.

CommentFileSizeAuthor
remove _getenv.patch2.08 KBmoshe weitzman

Comments

dries’s picture

Committed to HEAD. Thanks.

Anonymous’s picture