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 6a3b867 + d449b73 commit 5df899cCopy full SHA for 5df899c
cmake/main/php_config.cmake.h.in
@@ -696,9 +696,6 @@
696
/* The path to the bin directory. */
697
# define PHP_BINDIR "@EXPANDED_BINDIR@"
698
699
-/* The path to the sbin directory. */
700
-# define PHP_BINDIR "@EXPANDED_SBINDIR@"
701
-
702
/* The path in which to look for php.ini. On Windows this macro isn't
703
utilized in the C code. */
704
# define PHP_CONFIG_FILE_PATH ""
@@ -724,6 +721,9 @@
724
721
/* The installation prefix. */
725
722
# define PHP_PREFIX "@prefix@"
726
723
+/* The path to the sbin directory. */
+# define PHP_SBINDIR "@EXPANDED_SBINDIR@"
+
727
/* The prefix for the shared library objects. */
728
# define PHP_SHLIB_EXT_PREFIX "php_"
729
0 commit comments