]> granicus.if.org Git - php/commitdiff
- Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes)
authorFelipe Pena <felipe@php.net>
Tue, 2 Nov 2010 20:51:02 +0000 (20:51 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 2 Nov 2010 20:51:02 +0000 (20:51 +0000)
ext/session/config.m4

index f9222f0858ebbe727cfaaade0dab768cdbf303c8..d65e872a3a48f503d323d908b05525c67d512eee 100644 (file)
@@ -13,6 +13,7 @@ if test "$PHP_SESSION" != "no"; then
   PHP_PREAD_TEST
   PHP_NEW_EXTENSION(session, 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)
   PHP_INSTALL_HEADERS(ext/session, [php_session.h mod_files.h mod_user.h])
   AC_DEFINE(HAVE_PHP_SESSION,1,[ ])