projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
527a742
)
that should be included 1st
author
Sascha Schumann
<sas@php.net>
Thu, 15 Jul 1999 19:31:39 +0000
(19:31 +0000)
committer
Sascha Schumann
<sas@php.net>
Thu, 15 Jul 1999 19:31:39 +0000
(19:31 +0000)
ext/session/php_session.h
patch
|
blob
|
history
diff --git
a/ext/session/php_session.h
b/ext/session/php_session.h
index cb23a61cfbd99bda05c5efbf5a44115388fec72c..94fc10db8083dd5416f5f54e04b220612441b34f 100644
(file)
--- a/
ext/session/php_session.h
+++ b/
ext/session/php_session.h
@@
-78,7
+78,6
@@
typedef struct ps_module_struct {
#x, _ps_open_##x, _ps_close_##x, _ps_read_##x, _ps_write_##x, \
_ps_delete_##x, _ps_gc_##x
-
typedef struct {
char *save_path;
char *session_name;
@@
-90,7
+89,9
@@
typedef struct {
int nr_open_sessions;
int gc_probability;
int gc_maxlifetime;
+ int module_number;
const struct ps_serializer_struct *serializer;
+ char *php_sid;
} php_ps_globals;
extern zend_module_entry session_module_entry;