Skip to content

Commit 13bf0af

Browse files
committed
Add missing PHP_SBINDIR to Windows configuration header
1 parent 4dbc73a commit 13bf0af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/main/php_config.cmake.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,6 +2055,9 @@
20552055
/* The path to the bin directory. */
20562056
# define PHP_BINDIR "@EXPANDED_BINDIR@"
20572057

2058+
/* The path to the sbin directory. */
2059+
# define PHP_BINDIR "@EXPANDED_SBINDIR@"
2060+
20582061
/* The path in which to look for php.ini. On Windows this macro isn't
20592062
utilized in the C code. */
20602063
# define PHP_CONFIG_FILE_PATH ""

0 commit comments

Comments
 (0)