Php putenv() disabled

I am trying to use gettext() in php. I got the following message

Warning : putenv() has been disabled for security reasons in /storage/ssd3/021/8554021/public_html/testLocale.php on line 5

The code is
putenv(“LANG=” . $language);

Is it possible to enable putenv()? Thanks.

Not on the free plan no sorry.

Premium plan:

1 Like

Which plans allow putenv()?

I know for sure the middle plan has it

1 Like