Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Arno Welzel Newsgroups: comp.lang.php Subject: Re: [docker-compose] append directory to PHP_INI_SCAN_DIR environment variable Date: Fri, 23 Dec 2022 18:48:08 +0100 Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net VukUVvD19QqQb8rhZTOWSQDgGIC3MI1UvA23aYTS9fMUJvuTcX Cancel-Lock: sha1:9V2puaHbGpBcQxwYnsfabg6fmzg= Content-Language: de-DE In-Reply-To: Xref: csiph.com comp.lang.php:19213 Custom Log, 2022-12-23 17:41: > $ cat docker-compose.yml > services: > web: > image: php:apache > environment: > - PHP_INI_SCAN_DIR=$HOME/etc/php:$ORIGINAL > > $ docker-compose up -d > WARNING: The ORIGINAL variable is not set. Defaulting to a blank string. > > How do I recover the original (current) $PHP_INI_SCAN_DIR? There is no "original" value for that. This variable is usually not set. -- Arno Welzel https://arnowelzel.de