History log of /PHP-8.2/ext/session/mod_files.c (Results 176 – 200 of 236)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


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


12345678910