diff options
author | Remi Collet <remi@php.net> | 2014-01-29 09:53:22 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-01-29 09:53:22 +0100 |
commit | da84f3af751aa9bbf76bc22924a488f981d47088 (patch) | |
tree | 92f2e1094e188b829c9cd48836e365bf36ef9cfe /ext/zip/php_zip.h | |
parent | 3182660c0477774570df2d0cf8592eae38e16f5a (diff) | |
download | php-git-da84f3af751aa9bbf76bc22924a488f981d47088.tar.gz |
Fixed Request #66574 Allow multiple paths in php_ini_scanned_path
php_ini_scanned_path, from --with-config-file-scan-dir option or
from PHP_INI_SCAN_DIR environment variable allow a single path.
In some case it could be useful to allow multiple.
In the proposed patch, multiple paths are allow, using syntax inspired
from Unix MANPATH (: separated list, empty string for builtin value).
For example, this allow to use:
PHP_INI_SCAN_DIR=/foo/php.d:/bar/php.d php
PHP_INI_SCAN_DIR=:/myproject/php.d php
PHP_INI_SCAN_DIR=/myproject/php.d: php
Real use case: in SCL for dependent collections where each collection
provides a separate tree for extensions, libraries and ini files.
Diffstat (limited to 'ext/zip/php_zip.h')
0 files changed, 0 insertions, 0 deletions