From: Felipe Pena Date: Mon, 30 Aug 2010 21:34:54 +0000 (+0000) Subject: - Fixed crash on non-Windows build X-Git-Tag: php-5.4.0alpha1~191^2~1020 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fc65cbf03a100116efe22a992386f175a97d9b2;p=php - Fixed crash on non-Windows build --- diff --git a/main/php_ini.c b/main/php_ini.c index dfe312f446..9edf62ccdc 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -424,6 +424,10 @@ int php_init_config(TSRMLS_D) } } } +#else + if (!env_location) { + env_location = ""; + } #endif /* * Prepare search path