History log of /PHP-7.4/ext/session/mod_files.c (Results 151 – 175 of 222)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# 8141c776 06-Mar-2002 Sascha Schumann

Merge in session API changes (carry around tsrm context)

Now PHP_SESSION_API is defined to the date of the last change,
so that externa source-code can handle changes more gracefully.


# ca59cb7c 06-Mar-2002 Sascha Schumann

Weep out all recent commits of Yasuo.

I don't have time right now to leave in the good ones and remove
only the bad ones.

There are some semantical changes which I reject, becau

Weep out all recent commits of Yasuo.

I don't have time right now to leave in the good ones and remove
only the bad ones.

There are some semantical changes which I reject, because
they aim at fixing a bug which is at a completely other location.

Then SID does not gefined anymore properly. (This broken patch
has not been sent to me at all.)

Also, there were *so* many whitespace changes which already
make these commits bogus.

show more ...


# 0010418e 06-Mar-2002 Yasuo Ohgaki

Fix crash bug #14232


# 40423348 06-Mar-2002 Yasuo Ohgaki

Remove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_D
# Need a little more work for backword compatibility


# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# bd32363e 03-Feb-2002 Yasuo Ohgaki

Revert last commit. Last patch has problem for the 1st request.
# I also found what's wrong in mod_mm.c :)
# I'll fix it later since don't have much time now.


# 4c6e58ac 03-Feb-2002 Yasuo Ohgaki

Fixed crash when save_path is invalid.
Fixed crash when user save handler is incorrectly used.
Fixed crash when session read failed.


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 1159c84a 05-Aug-2001 Zeev Suraski

- TSRMLS_FETCH work
- whitespace fixes


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# 22790c96 10-Jun-2001 Harald Radi

removed warnings


Revision tags: php-4.0.6RC3
# 9c558821 06-Jun-2001 Rasmus Lerdorf

Fold a bit more code


Revision tags: php-4.0.6RC2
# db305fc6 30-May-2001 Sterling Hughes

small ws fix.


# 28160f73 30-May-2001 Sterling Hughes

Revert as per Herr Schumann's request.


# 506ceb28 30-May-2001 Sterling Hughes

Try #2

# aka, flying blind in a shitstorm, but it shouldn't hurt anything


# 948edd32 30-May-2001 Sterling Hughes

should fix warnings under winblows.


Revision tags: php-4.0.6RC1
# 90c29791 13-May-2001 Sascha Schumann

Nuke some warnings.


# 8a3eb51a 12-May-2001 Sascha Schumann

Replace ssize_t with long, as Win32 lacks proper support for that type.


# 814fa2c7 11-May-2001 Sascha Schumann

Save a couple of syscalls per session

Fix apparent new-session-files-were-not-locked bug

Replace %m with portable "%s", strerror(errno)


Revision tags: php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash


Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# 86cf74a1 13-Mar-2001 Sascha Schumann

Nuke calls to sprintf, snprintf, strcat, strcpy and rely on
memcpy and smart_strs.


Revision tags: php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 7a54e0b1 18-Oct-2000 foobar

Fixed crash (bus error) in readdir() and session cleanup when compiled
with Sun CC.


# 7c0ba958 17-Oct-2000 Sascha Schumann

fix indentation


# 4086197d 16-Oct-2000 Daniel Beulshausen

fixes bug 7055 & 7235


123456789