History log of /PHP-7.4/ext/session/mod_files.c (Results 176 – 200 of 222)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# bd616da7 11-Sep-2000 Sascha Schumann

Libc5-readdir_r workaround


# 5bbddee8 06-Sep-2000 Sascha Schumann

Rename symbols whose first character was an underscore.


# 20a6474e 05-Sep-2000 Stanislav Malyshev

Fix crash
# This is getting worse... Seems that more work is needed


# d11012e2 01-Sep-2000 Sascha Schumann

s/PATH_MAX/MAXPATHLEN/


# d60799bf 01-Sep-2000 Sascha Schumann

Solaris/x86 insists of having a large buffer for storing the result of
readdir_r(), otherwise it will segfault.

PR: #6479


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 30ccec36 20-Aug-2000 Zeev Suraski

Fix build


# c8b8a908 20-Aug-2000 Sascha Schumann

Provide PHP_SEPARATOR which expands to the default directory separator
on the target platform.


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 682c58c2 05-Aug-2000 Stanislav Malyshev

Open session files in binary mode (fix #5953)
@- Fixed \n in session variables bug on Win32 (Stas)


# c917e170 11-Jul-2000 Sascha Schumann

Always use the current DIR_DELIMITER to create the session file path


# e8101d4f 10-Jul-2000 Sascha Schumann

Unify use of my email address


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 277b0e15 05-Jul-2000 Sascha Schumann

(PHP session_destroy) return the error condition from storage handler's
session_destroy method.

Submitted by: juhl@eisenstein.dk


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# 4a1da8b6 04-Jun-2000 Zeev Suraski

Fix Win32 build


# 8c82566b 27-May-2000 Andi Gutmans

- Fix problem in sessions module under Win32. Need to use ; as an options
- delimiter in save_path instead of :.


# 2aaa538a 23-May-2000 Sascha Schumann

Use reentrant version of readdir. If the target platform does not support
the POSIX-like readdir_r, we fall back to readdir. In ZTS mode, this will
cause php_readdir_r calls to be serialized.


# 521f03c1 23-May-2000 Andi Gutmans

- Support virtual unlink()


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


# 6baa5bc2 15-May-2000 Sascha Schumann

Complain, if write(2) failed.


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


123456789