51 Commits (515c20da477053fc87bfae386b623c8a88f14bbd)

Author SHA1 Message Date
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 26 years ago
foobar 7a54e0b10c Fixed crash (bus error) in readdir() and session cleanup when compiled 26 years ago
Sascha Schumann 7c0ba95806 fix indentation 26 years ago
Daniel Beulshausen 4086197d95 fixes bug 7055 & 7235 26 years ago
Sascha Schumann bd616da7ca Libc5-readdir_r workaround 26 years ago
Sascha Schumann 5bbddee81e Rename symbols whose first character was an underscore. 26 years ago
Stanislav Malyshev 20a6474eae Fix crash 26 years ago
Sascha Schumann d11012e2c9 s/PATH_MAX/MAXPATHLEN/ 26 years ago
Sascha Schumann d60799bf6b Solaris/x86 insists of having a large buffer for storing the result of 26 years ago
Zeev Suraski 30ccec36b9 Fix build 26 years ago
Sascha Schumann c8b8a908ca Provide PHP_SEPARATOR which expands to the default directory separator 26 years ago
Stanislav Malyshev 682c58c26f Open session files in binary mode (fix #5953) 26 years ago
Sascha Schumann c917e170f6 Always use the current DIR_DELIMITER to create the session file path 26 years ago
Sascha Schumann e8101d4f7b Unify use of my email address 26 years ago
Sascha Schumann 277b0e15b8 (PHP session_destroy) return the error condition from storage handler's 26 years ago
Zeev Suraski 4a1da8b6f9 Fix Win32 build 26 years ago
Andi Gutmans 8c82566b48 - Fix problem in sessions module under Win32. Need to use ; as an options 26 years ago
Sascha Schumann 2aaa538aef Use reentrant version of readdir. If the target platform does not support 26 years ago
Andi Gutmans 521f03c184 - Support virtual unlink() 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 27 years ago
Sascha Schumann 6baa5bc2dc Complain, if write(2) failed. 27 years ago
Andi Gutmans 5d5b09e1a7 - Change some open's to V_OPEN()'s 27 years ago
Zeev Suraski 883bd2b1de - Fix virtual cwd bug 27 years ago
Sascha Schumann af9a852bf1 Improved error messages 27 years ago
Zeev Suraski 86fa2aade2 the pipe is breaking all the time 27 years ago
Zeev Suraski 80bdd19e03 Fine tune Andi's patch 27 years ago
Sascha Schumann 12d3e3d775 More cosmetic things 27 years ago
Sascha Schumann 43ae2bffbb Happy Y2K patch! Happy new year (or the new millennium, depending on whether 27 years ago
Sascha Schumann cb45c2ea55 Use zend_sprintf by default (which is defined to sprintf, if the system's 27 years ago
Sascha Schumann 63d4411560 Use workaround function for sprintf, if the return value of sprintf is needed 27 years ago
Sascha Schumann 75db7e91c6 (_ps_files_path_create) terminate string correctly and append the whole key instead of the rest key 27 years ago
Andrei Zmievski 99df46fa62 Include errno.h. 27 years ago
Sascha Schumann 2e024a0005 Improve locking when O_EXCL is available 27 years ago
Sascha Schumann 31f38edf35 (_ps_files_valid_key): small logic fix 27 years ago
Sascha Schumann 4703eb404d (_ps_files_open): evaluate key (session id) before path creation 27 years ago
Sascha Schumann 533ef3988b - support for external entropy sources 27 years ago
Andi Gutmans 14d9a59f1c - Make dir functions compile in Win32 27 years ago
Sascha Schumann 7e70c1ad91 cleanup 27 years ago
Sascha Schumann 7e50dda96b implement single directory garbage collector 27 years ago
Sascha Schumann 49824ee8cb - fix potential buffer problem in send_cookie 27 years ago
Sascha Schumann 1dd31c38a6 - cleanup code 27 years ago
Sascha Schumann 02d6ec2a6b Use O_EXCL where possible. 27 years ago
Zeev Suraski c5724cbd14 License update 27 years ago
Sascha Schumann 30c131c8ae that should be included 1st 27 years ago
Zeev Suraski dbb24c2e0e *** empty log message *** 27 years ago
Sascha Schumann c56116029d add missing include 27 years ago
Zeev Suraski 1798a0183a * Fix a buglet in the session module 27 years ago
Sascha Schumann 4b023c157a better scaling for large servers using many session ids 27 years ago
Sascha Schumann d8a9548cb2 - some cleanups 27 years ago
Zeev Suraski 34b3dc9b47 - Fix PSLS issues 27 years ago