1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
This commit is contained in:
Pierre Joye
2010-12-13 18:07:08 +00:00
parent 8afdb7cd49
commit 4ee6b4dfbb
-2
View File
@@ -7,5 +7,3 @@ if (PHP_SESSION == "yes") {
EXTENSION("session", "session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */);
AC_DEFINE("HAVE_PHP_SESSION", 1, "Session support");
}