History log of /PHP-8.0/ext/session/php_session.h (Results 201 – 204 of 204)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# d8a9548c 07-Jun-1999 Sascha Schumann

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


# 605756de 06-Jun-1999 Sascha Schumann

- s/encoded/encode/
- new TODO entry


# a1b42e3f 05-Jun-1999 Sascha Schumann

first import of session module


123456789