History log of /PHP-7.4/ext/session/session.c (Results 776 – 795 of 795)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3e5f7a80 29-Jun-1999 Andrey Hristov

*** empty log message ***


# 88ed2002 29-Jun-1999 Andrey Hristov

Added session expiration.


# a6aacfd2 28-Jun-1999 Andrey Hristov

Added session_is_registered(varname) function.


# 1798a018 11-Jun-1999 Zeev Suraski

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,s

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals
to {startup,shutdown}_session_globals, so that they're a bit less general names,
and made them static.
* Remove uselss variables

show more ...


# 4b023c15 07-Jun-1999 Sascha Schumann

better scaling for large servers using many session ids


# d8a9548c 07-Jun-1999 Sascha Schumann

- some cleanups
- add gc logic
- add session_destroy()


# 34b3dc9b 06-Jun-1999 Zeev Suraski

- Fix PSLS issues
- Add a standard info function for the session module (use them!)
- Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant)


# 82806ea2 06-Jun-1999 Sascha Schumann

one C too much


# e9b28fe2 06-Jun-1999 Sascha Schumann

avoid unnecessary PSLS_FETCH() in internal functions


# f5dbfbae 06-Jun-1999 Andi Gutmans

-Init tsrm on minit


# ed97964f 06-Jun-1999 Andi Gutmans

- Use PS() everywhere.


# c329da5d 06-Jun-1999 Andi Gutmans

- Make sessions compile on win32 but it still doesn't link.


# c5fd7244 06-Jun-1999 Andi Gutmans

- Add some *_FETCH()'s. Still some work to be done so that it'll compile on win32.


# 605756de 06-Jun-1999 Sascha Schumann

- s/encoded/encode/
- new TODO entry


# a821a185 06-Jun-1999 Sascha Schumann

add some protos


# 2f79ba1a 06-Jun-1999 Sascha Schumann

add some thoughts


# 19a2a02f 05-Jun-1999 Sascha Schumann

- auto startup when calling register
- auto startup using a configuration option


# f830cf7d 05-Jun-1999 Sascha Schumann

moving start code into its own function


# 2db1d617 05-Jun-1999 Sascha Schumann

SAPI does not want line endings


# a1b42e3f 05-Jun-1999 Sascha Schumann

first import of session module


1...<<3132