php-src/ext/session/config.h.stub
Sascha Schumann f040ce584d add transparent session id propagation
this uses a custom scanner which detects relative URIs and changes
  them appropiately.
  must be explicitly enabled with --enable-trans-sid
  (normal case is not affected, since session_adapt_uris defaults to
   void statement. Compiler should eliminate dead code in output.c then.)
1999-09-11 23:47:16 +00:00

5 lines
90 B
Plaintext

/* define if you want to use the session extension */
#undef TRANS_SID
#undef HAVE_LIBMM