mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
This option is no longer needed
This commit is contained in:
parent
b8763a6f8c
commit
d5e5e376ab
@ -3,9 +3,6 @@ dnl $Id$
|
||||
PHP_ARG_WITH(mm,for mm support,
|
||||
[ --with-mm[=DIR] Include mm support for session storage])
|
||||
|
||||
PHP_ARG_ENABLE(trans-sid,whether to enable transparent session id propagation,
|
||||
[ --enable-trans-sid Enable transparent session id propagation])
|
||||
|
||||
PHP_ARG_ENABLE(session, whether to enable session support,
|
||||
[ --disable-session Disable session support], yes)
|
||||
|
||||
@ -26,10 +23,6 @@ if test "$PHP_MM" != "no"; then
|
||||
PHP_MODULE_PTR(phpext_ps_mm_ptr)
|
||||
fi
|
||||
|
||||
if test "$PHP_TRANS_SID" = "yes"; then
|
||||
AC_DEFINE(TRANS_SID, 1, [Whether you want transparent session id propagation])
|
||||
fi
|
||||
|
||||
if test "$PHP_SESSION" != "no"; then
|
||||
AC_CHECK_FUNCS(pread pwrite)
|
||||
PHP_MISSING_PWRITE_DECL
|
||||
|
Loading…
Reference in New Issue
Block a user