unread
Hello,
Because of my script to find INI options (to update the ini_set()
manual
page), I've found that some ini options aren't declared using the
PHP_INI_XX. I don't don't know if it is the right behaviour, but I think
not.
That config options are missing from ini_get_all()
and reflection API.
Examples:
from
cgi.rfc2616_headers
fastcgi.impersonate
This isn't a critical issue, althought that missing options aren't parsed by
my regex :-)
Nuno