Changed HTTP_STATE_VARS to HTTP_SESSION_VARS.

@ Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter
@ version now! (Andrei)
This commit is contained in:
Andrei Zmievski 2000-03-13 15:49:13 +00:00
parent e92f6f15cb
commit ac7d60ecec
3 changed files with 15 additions and 14 deletions

View file

@ -92,7 +92,7 @@ typedef struct {
int module_number;
int cache_expire;
const struct ps_serializer_struct *serializer;
zval *http_state_vars;
zval *http_session_vars;
} php_ps_globals;
extern zend_module_entry session_module_entry;