ok I found something relate to CB 2832
This explain why CLI not show disable_functions
But I think, this should have option to clear by default or not. ( Must be editable)
Code:
perl -pi -e 's|"html_errors=0\\n"|"html_errors=0\\n"\n\t"disable_functions=\\n"|g' ./sapi/cli/php_cli.c
This explain why CLI not show disable_functions
But I think, this should have option to clear by default or not. ( Must be editable)