Closed
Description
Here is an example of my .env file:
DB_NAME=example
DB_USER=root
DB_PASSWORD=
DB_HOST=
WP_ENV=development
WP_HOME=http://example.com
WP_SITEURL=http://example.com/wp
For some reason line 21 in Dotenv.php, $lines = explode(PHP_EOL, $fc);
, doesn't explode the variables. If I replace PHP_EOL
with "\n"
it works just fine. Any ideas as to why this would be the case?
Metadata
Metadata
Assignees
Labels
No labels