I installed php via xampp and I need to change this variable:
NSL_LANG.
Icreatedaphpfilewiththiscode:
<?phpputenv("NLS_LANG=BRAZILIAN PORTUGUESE_BRAZIL.WE8MSWIN1252") or die("Falha ao inserir a variavel de ambiente");
phpinfo();
?>
But when I open this page it shows as in the image.
I need to change this environment variable to that of the function. Does anyone know how to do this?