Wrap the php_session.h include in the same ifdef as the rest of the

session code.
This commit is contained in:
Brian France 2005-12-05 20:40:54 +00:00
parent 6aba1816ee
commit 7154c617bf

View file

@ -29,7 +29,9 @@
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
#include "ext/session/php_session.h"
#endif
#include "php_sqlite.h"
#if HAVE_TIME_H