additional xdebug settings not load

SupaPlex <[email protected]>
Newsgroups comp.lang.php
Organization Aioe.org NNTP Server
Message-ID <[email protected]>
$ php -i | grep xdebug.var
xdebug.var_display_max_children => 128 => 128
xdebug.var_display_max_data => 512 => 512
xdebug.var_display_max_depth => 3 => 3

$ export PHP_INI_SCAN_DIR=.

$ php -i | grep -F .php.ini
Additional .ini files parsed => ./.php.ini

$ cat .php.ini
xdebug.var_display_max_depth = -1
xdebug.var_display_max_children = -1
xdebug.var_display_max_data = -1

$ php -i | grep xdebug.var || echo NOT FOUND
NOT FOUND

Why?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.