Function __global->fixup_bad_php_env_vars

Definitions

sources/global2.php

  • PHP's environment can be a real mess across servers. Cleanup the best we can.See phpstub.php for info on what environmental data we can rely on.See Chris's own comments on http://php.net/manual/en/reserved.variables.server.php also.Also see fixup_bad_php_env_vars_pre.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * PHP's environment can be a real mess across servers. Cleanup the best we can.See phpstub.php for info on what environmental data we can rely on.See Chris's own comments on http://php.net/manual/en/reserved.variables.server.php also.Also see fixup_bad_php_env_vars_pre.
 *
 */

function fixup_bad_php_env_vars()
 

sources/minikernel.php

  • PHP's environment can be a real mess across servers. Cleanup the best we can.See phpstub.php for info on what environmental data we can rely on.See Chris's own comments on http://php.net/manual/en/reserved.variables.server.php also.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * PHP's environment can be a real mess across servers. Cleanup the best we can.See phpstub.php for info on what environmental data we can rely on.See Chris's own comments on http://php.net/manual/en/reserved.variables.server.php also.
 *
 */

function fixup_bad_php_env_vars()