History log of /PHP-5.6/ext/session/mod_files.c (Results 151 – 162 of 162)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 49824ee8 27-Aug-1999 Sascha Schumann

- fix potential buffer problem in send_cookie
- fix gc probability algorithm
- don't access mod_data directly
- initial version of mm support for session data storage

This work

- fix potential buffer problem in send_cookie
- fix gc probability algorithm
- don't access mod_data directly
- initial version of mm support for session data storage

This works pretty good, but we need to create the initial mm pool
from the parent process/thread. Still looking for a clean way to do that.

show more ...


# 1dd31c38 22-Aug-1999 Sascha Schumann

- cleanup code
- add script which creates the directory tree for better scaling
of mod_files

I have to decide yet whether we implement the garbage collection in the
module or i

- cleanup code
- add script which creates the directory tree for better scaling
of mod_files

I have to decide yet whether we implement the garbage collection in the
module or if we simply let the user do

find path -ctime +1 | xargs rm

show more ...


# 02d6ec2a 22-Aug-1999 Sascha Schumann

Use O_EXCL where possible.


Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# c5724cbd 16-Jul-1999 Zeev Suraski

License update


# 30c131c8 15-Jul-1999 Sascha Schumann

that should be included 1st


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# dbb24c2e 03-Jul-1999 Zeev Suraski

*** empty log message ***


# c5611602 03-Jul-1999 Sascha Schumann

add missing include


# 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)


# a1b42e3f 05-Jun-1999 Sascha Schumann

first import of session module


1234567