← Back to team overview

mahara-contributors team mailing list archive

[Bug 993710] A change has been merged

 

Reviewed:  https://reviews.mahara.org/1184
Committed: http://gitorious.org/mahara/mahara/commit/c382af8fb69c92d66424521a5298eb3c4351328d
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch:    master

commit c382af8fb69c92d66424521a5298eb3c4351328d
Author: Hugh Davenport <hugh@xxxxxxxxxxxxxxx>
Date:   Thu May 3 15:32:41 2012 +1200

    Fix requirement for $_ENV by using getenv (Bug #993710)
    
    Change-Id: Id57f5df8aff6bdc89480acc1e99cd15dc2ac5bf5
    Signed-off-by: Hugh Davenport <hugh@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/993710

Title:
  Processing email bounces requires $_ENV to be set

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The problem is that $_ENV is only set if the character 'E' is in the
  php ini config variables-order. On most distros this is not the case.

  A solution would be to use getenv instead.

  http://us.php.net/manual/en/ini.core.php#ini.variables-order

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/993710/+subscriptions


References