From 75b8eb83445339970a94b41cdfe7c5b95174ad7d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 9 May 2014 17:04:01 -0300 Subject: [PATCH] PBIs are crashing without LOGNAME being defined in the environment, define it here until PBI is fixed --- etc/rc.php_ini_setup | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 9012256aa4..e069ad4b49 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -333,6 +333,7 @@ security.limit_extensions = ; Pass environment variables env[PATH] = /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin +env[LOGNAME] = root EOF