]> granicus.if.org Git - php/commit
Fixed the wrong logic in ini_get_all() function.
authorfoobar <sniper@php.net>
Tue, 13 Nov 2001 00:37:49 +0000 (00:37 +0000)
committerfoobar <sniper@php.net>
Tue, 13 Nov 2001 00:37:49 +0000 (00:37 +0000)
commit12cfb76b65b98413600f4da06a2efcc336d3eb7a
tree3506efab107c5403f276bbaa7e78ad1b40a04e43
parent62f57095a0554d08d864a61fd7a3f8223a7564f8
Fixed the wrong logic in ini_get_all() function.
Now it behaves same as how phpinfo() outputs the ini entries.

If there is a local value, then the global one is the 'original one' if
there is such. Otherwise global value is same as local. :)
ext/standard/basic_functions.c