History log of /PHP-7.4/ext/session/mod_files.c (Results 201 – 222 of 222)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 63d44115 19-Dec-1999 Sascha Schumann

Use workaround function for sprintf, if the return value of sprintf is needed


Revision tags: PRE_RETURN_REF_MERGE
# 75db7e91 13-Dec-1999 Sascha Schumann

(_ps_files_path_create) terminate string correctly and append the whole key instead of the rest key


Revision tags: RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 99df46fa 03-Dec-1999 Andrei Zmievski

Include errno.h.
# Please try compiling before committing


# 2e024a00 03-Dec-1999 Sascha Schumann

Improve locking when O_EXCL is available


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 31f38edf 21-Oct-1999 Sascha Schumann

(_ps_files_valid_key): small logic fix


# 4703eb40 21-Oct-1999 Sascha Schumann

(_ps_files_open): evaluate key (session id) before path creation


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH
# 533ef398 11-Sep-1999 Sascha Schumann

- support for external entropy sources
- extern_referer_chk => extern_referer_check
- kill a warning in mod_files.c


# 14d9a59f 05-Sep-1999 Andi Gutmans

- Make dir functions compile in Win32
- Fix too early memory manager initialization (For you Thies)


# 7e70c1ad 04-Sep-1999 Sascha Schumann

cleanup


# 7e50dda9 04-Sep-1999 Sascha Schumann

implement single directory garbage collector


# 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


123456789