Diff for /embedaddon/php/ext/session/config.w32 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:01 version 1.1.1.2, 2012/05/29 12:34:42
Line 4 Line 4
 ARG_ENABLE("session", "session support", "yes");  ARG_ENABLE("session", "session support", "yes");
   
 if (PHP_SESSION == "yes") {  if (PHP_SESSION == "yes") {
        EXTENSION("session", "session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */);        EXTENSION("session", "mod_user_class.c session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */);
         AC_DEFINE("HAVE_PHP_SESSION", 1, "Session support");          AC_DEFINE("HAVE_PHP_SESSION", 1, "Session support");
         PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h php_session.h mod_files.h mod_user.h");          PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h php_session.h mod_files.h mod_user.h");
 }  }

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>