--- embedaddon/php/ext/session/config.m4 2012/02/21 23:48:01 1.1.1.1 +++ embedaddon/php/ext/session/config.m4 2012/05/29 12:34:42 1.1.1.2 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.1.1.1 2012/02/21 23:48:01 misho Exp $ +dnl $Id: config.m4,v 1.1.1.2 2012/05/29 12:34:42 misho Exp $ dnl PHP_ARG_ENABLE(session, whether to enable PHP sessions, @@ -11,7 +11,7 @@ PHP_ARG_WITH(mm,for mm support, if test "$PHP_SESSION" != "no"; then PHP_PWRITE_TEST PHP_PREAD_TEST - PHP_NEW_EXTENSION(session, session.c mod_files.c mod_mm.c mod_user.c, $ext_shared) + PHP_NEW_EXTENSION(session, mod_user_class.c session.c mod_files.c mod_mm.c mod_user.c, $ext_shared) PHP_ADD_EXTENSION_DEP(session, hash, true) PHP_ADD_EXTENSION_DEP(session, spl) PHP_SUBST(SESSION_SHARED_LIBADD)