Skip to content

Commit 175f844

Browse files
committed
- install extra headers
1 parent 0b3ca10 commit 175f844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/session/config.w32

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ ARG_ENABLE("session", "session support", "yes");
66
if (PHP_SESSION == "yes") {
77
EXTENSION("session", "session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */);
88
AC_DEFINE("HAVE_PHP_SESSION", 1, "Session support");
9-
PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h");
9+
PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h php_session.h mod_files.h mod_user.h");
1010
}

0 commit comments

Comments
 (0)