mirror of
https://github.com/php/php-src.git
synced 2024-12-01 05:43:38 +08:00
Changed to PHP_CONFIG_FILE_PATH use the environment variable SystemRoot
This commit is contained in:
parent
2fe4117113
commit
e96dd60412
@ -264,5 +264,5 @@
|
||||
#define PHP_DATADIR "c:\\php4"
|
||||
#define PHP_SYSCONFDIR "c:\\php4"
|
||||
#define PHP_LOCALSTATEDIR "c:\\php4"
|
||||
#define PHP_CONFIG_FILE_PATH "c:\\winnt"
|
||||
#define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):""
|
||||
#define PEAR_INSTALLDIR "c:\\php4\\pear"
|
||||
|
Loading…
Reference in New Issue
Block a user