diff options
| author | Sascha Schumann <sas@php.net> | 2000-03-29 20:37:29 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-03-29 20:37:29 +0000 |
| commit | f50de70308ddfa3d8477634318fa059e11f52a30 (patch) | |
| tree | a9773d11acb851aeedf1f30deb2800879a473064 /ext/session/php_session.h | |
| parent | af9a852bf1d12a4dfa7cd410fabf47f5edf99bce (diff) | |
| download | php-git-f50de70308ddfa3d8477634318fa059e11f52a30.tar.gz | |
GC now prints out how many session objects were removed
Diffstat (limited to 'ext/session/php_session.h')
| -rw-r--r-- | ext/session/php_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/php_session.h b/ext/session/php_session.h index ab5cb0df5c..a017ab1e3e 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -35,7 +35,7 @@ #define PS_READ_ARGS void **mod_data, const char *key, char **val, int *vallen #define PS_WRITE_ARGS void **mod_data, const char *key, const char *val, const int vallen #define PS_DESTROY_ARGS void **mod_data, const char *key -#define PS_GC_ARGS void **mod_data, int maxlifetime +#define PS_GC_ARGS void **mod_data, int maxlifetime, int *nrdels typedef struct ps_module_struct { const char *name; |
