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.
1 parent 989a61e commit 1014d78Copy full SHA for 1014d78
main/config.w32.h.in
@@ -7,16 +7,17 @@
7
8
/* Default PHP / PEAR directories */
9
#define CONFIGURATION_FILE_PATH "php.ini"
10
+#define PEAR_INSTALLDIR "c:\\php4\\pear"
11
#define PHP_BINDIR "c:\\php4"
-#define PHP_PREFIX "c:\\php4"
12
#define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):""
13
+#define PHP_CONFIG_FILE_SCAN_DIR ""
14
#define PHP_DATADIR "c:\\php4"
15
#define PHP_EXTENSION_DIR "c:\\php4"
16
#define PHP_INCLUDE_PATH ".;c:\\php4\\pear"
17
#define PHP_LIBDIR "c:\\php4"
18
#define PHP_LOCALSTATEDIR "c:\\php4"
19
+#define PHP_PREFIX "c:\\php4"
20
#define PHP_SYSCONFDIR "c:\\php4"
-#define PEAR_INSTALLDIR "c:\\php4\\pear"
21
22
/* Enable / Disable BCMATH extension (default: enabled) */
23
#define WITH_BCMATH 1
0 commit comments