mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fixed bug #33185 (--enable-session=shared does not build)
This commit is contained in:
parent
43ba3897c2
commit
9b57f5ff36
4 changed files with 10 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue