mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
e92f6f15cb
commit
ac7d60ecec
3 changed files with 15 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue