- Fixed bug #33185 (--enable-session=shared does not build)

This commit is contained in:
foobar 2005-05-30 15:14:12 +00:00
parent 43ba3897c2
commit 9b57f5ff36
4 changed files with 10 additions and 10 deletions

View file

@ -21,7 +21,7 @@
#include "php.h"
#if HAVE_PHP_SESSION
#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
#include "ext/session/php_session.h"
#include "ext/standard/php_lcg.h"
@ -185,7 +185,7 @@ PS_GC_FUNC(sqlite)
return SQLITE_RETVAL(rv);
}
#endif /* HAVE_PHP_SESSION */
#endif /* HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) */
/*
* Local variables: