symfony: 3.3.7 killed DotEnv :(

3.3.6 working fine.

Composer update to 3.3.7, cleared all caches…

config.yml like:

snc_redis:
    session:
        client: session
        prefix: "session"
        ttl: 604800
    clients:
        default:
            type: predis
            alias: default
            dsn: "redis://%env(redis_server1)%/%env(redis_db)%"
            logging: "%kernel.debug%"
        cache:
            type: predis
            alias: cache
            dsn: "redis://%env(redis_server1)%/%env(redis_db)%"
            options:
                connection_timeout: 10
                read_write_timeout: 30

turns into

screen shot 2017-08-28 at 22 20 04

note the:

[tcp://env_redis_server_b4db6b8d7bb2020da1133e356d30a3e5:6379]

that is NOT a server name 😦

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 16 (16 by maintainers)

Commits related to this issue

Most upvoted comments

@nicolas-grekas 🎉 BINGO! - #24016 fixes my problem 😉 Incredible turnaround time!

No need for a new issue, this is #22151, we’re working on it already.

on the case 😃