Skip to content

Error in nginx/HHVM #178

Closed
Closed
@sfolador

Description

@sfolador

Hi,

the file Loader.php at line 340 shows an error in nginx/HHVM because "apache_getenv" doesn't exist.

The problem is solved with:

if (function_exists('apache_setenv') && function_exists('apache_getenv') && apache_getenv($name)) { ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions