We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a59a71 + 15efb96 commit 3deb6b5Copy full SHA for 3deb6b5
NEWS
@@ -2,6 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? 2020, PHP 7.4.10
4
5
+- Core:
6
+ . Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless). (cmb)
7
+
8
06 Aug 2020, PHP 7.4.9
9
10
- Apache:
win32/build/config.w32.h.in
@@ -9,7 +9,7 @@
#define NTDDI_VERSION 0x06010000
11
/* Default PHP / PEAR directories */
12
-#define PHP_CONFIG_FILE_PATH (getenv("SystemRoot")?getenv("SystemRoot"):"")
+#define PHP_CONFIG_FILE_PATH ""
13
#define CONFIGURATION_FILE_PATH "php.ini"
14
#define PEAR_INSTALLDIR "@PREFIX@\\pear"
15
#define PHP_BINDIR "@PREFIX@"
0 commit comments