Skip to content

Commit 5df899c

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 6a3b867 + d449b73 commit 5df899c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/main/php_config.cmake.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,6 @@
696696
/* The path to the bin directory. */
697697
# define PHP_BINDIR "@EXPANDED_BINDIR@"
698698

699-
/* The path to the sbin directory. */
700-
# define PHP_BINDIR "@EXPANDED_SBINDIR@"
701-
702699
/* The path in which to look for php.ini. On Windows this macro isn't
703700
utilized in the C code. */
704701
# define PHP_CONFIG_FILE_PATH ""
@@ -724,6 +721,9 @@
724721
/* The installation prefix. */
725722
# define PHP_PREFIX "@prefix@"
726723

724+
/* The path to the sbin directory. */
725+
# define PHP_SBINDIR "@EXPANDED_SBINDIR@"
726+
727727
/* The prefix for the shared library objects. */
728728
# define PHP_SHLIB_EXT_PREFIX "php_"
729729

0 commit comments

Comments
 (0)