diff options
| author | Zeev Suraski <zeev@php.net> | 2001-08-25 16:19:57 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2001-08-25 16:19:57 +0000 |
| commit | d5e5e376ab4dfb23ad9666ad538185e7a407512c (patch) | |
| tree | b81d10d863aa8feb90a88cc7d70fd8c41f9e9ac5 | |
| parent | b8763a6f8c4de609df0a086b10da617eed56578b (diff) | |
| download | php-git-d5e5e376ab4dfb23ad9666ad538185e7a407512c.tar.gz | |
This option is no longer needed
| -rw-r--r-- | ext/session/config.m4 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/session/config.m4 b/ext/session/config.m4 index 74c77414f7..1fe2141b4f 100644 --- a/ext/session/config.m4 +++ b/ext/session/config.m4 @@ -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 |
