From 9712a4b3c87f47146783a48f567c89253a720922 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Fri, 3 May 2002 08:00:41 +0000 Subject: @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject @ and remove variables from the URL-Rewriter. (thies) i have also modified the session module to use this - so it doesn't need to fiddle with the output-system any more --- ext/session/php_session.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/session/php_session.h') diff --git a/ext/session/php_session.h b/ext/session/php_session.h index ed54dd4da5..8bd90773b5 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -115,7 +115,6 @@ typedef struct _php_ps_globals { zend_bool use_cookies; zend_bool use_trans_sid; /* contains the INI value of whether to use trans-sid */ zend_bool apply_trans_sid; /* whether or not to enable trans-sid for the current request */ - zend_bool output_handler_registered; } php_ps_globals; typedef php_ps_globals zend_ps_globals; @@ -172,8 +171,6 @@ typedef struct ps_serializer_struct { #define PS_SERIALIZER_ENTRY(x) \ { #x, PS_SERIALIZER_ENCODE_NAME(x), PS_SERIALIZER_DECODE_NAME(x) } -PHPAPI void session_adapt_url(const char *, size_t, char **, size_t * TSRMLS_DC); - void php_set_session_var(char *name, size_t namelen, zval *state_val, php_unserialize_data_t *var_hash TSRMLS_DC); int php_get_session_var(char *name, size_t namelen, zval ***state_var TSRMLS_DC); -- cgit v1.2.1