We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3ca10 commit 175f844Copy full SHA for 175f844
ext/session/config.w32
@@ -6,5 +6,5 @@ ARG_ENABLE("session", "session support", "yes");
6
if (PHP_SESSION == "yes") {
7
EXTENSION("session", "session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */);
8
AC_DEFINE("HAVE_PHP_SESSION", 1, "Session support");
9
- PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h");
+ PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h php_session.h mod_files.h mod_user.h");
10
}
0 commit comments