History log of /php-src/ext/session/mod_files.c (Results 201 – 225 of 230)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.0RC2
# 5d5b09e1 30-Apr-2000 Andi Gutmans

- Change some open's to V_OPEN()'s

# 883bd2b1 20-Apr-2000 Zeev Suraski

- Fix virtual cwd bug
- Add more V_STAT() V_LSTAT() changes

# af9a852b 29-Mar-2000 Sascha Schumann

Improved error messages

Revision tags: PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time

Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 80bdd19e 11-Feb-2000 Zeev Suraski

Fine tune Andi's patch

# 12d3e3d7 11-Feb-2000 Sascha Schumann

More cosmetic things

Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# cb45c2ea 19-Dec-1999 Sascha Schumann

Use zend_sprintf by default (which is defined to sprintf, if the system's
sprintf is useable).

# 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

12345678910