Browse Source

- Fixed crash on non-Windows build

experimental/with_scalar_types
Felipe Pena 16 years ago
parent
commit
1fc65cbf03
  1. 4
      main/php_ini.c

4
main/php_ini.c

@ -424,6 +424,10 @@ int php_init_config(TSRMLS_D)
}
}
}
#else
if (!env_location) {
env_location = "";
}
#endif
/*
* Prepare search path

Loading…
Cancel
Save