summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Expand)AuthorAgeFilesLines
* - TSRMLS_FETCH workZeev Suraski2001-08-051-3/+6
* removed warningsHarald Radi2001-06-101-2/+2
* Fold a bit more codeRasmus Lerdorf2001-06-061-0/+11
* small ws fix.Sterling Hughes2001-05-301-1/+1
* Revert as per Herr Schumann's request.Sterling Hughes2001-05-301-2/+2
* Try #2Sterling Hughes2001-05-301-1/+1
* should fix warnings under winblows.Sterling Hughes2001-05-301-2/+2
* Nuke some warnings.Sascha Schumann2001-05-131-2/+2
* Replace ssize_t with long, as Win32 lacks proper support for that type.Sascha Schumann2001-05-121-2/+2
* Save a couple of syscalls per sessionSascha Schumann2001-05-111-18/+33
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-6/+6
* Nuke calls to sprintf, snprintf, strcat, strcpy and rely onSascha Schumann2001-03-131-18/+38
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fixed crash (bus error) in readdir() and session cleanup when compiledfoobar2000-10-181-1/+1
* fix indentationSascha Schumann2000-10-171-1/+1
* fixes bug 7055 & 7235Daniel Beulshausen2000-10-161-6/+14
* Libc5-readdir_r workaroundSascha Schumann2000-09-111-1/+1
* Rename symbols whose first character was an underscore.Sascha Schumann2000-09-061-11/+11
* Fix crashStanislav Malyshev2000-09-051-1/+0
* s/PATH_MAX/MAXPATHLEN/Sascha Schumann2000-09-011-1/+1
* Solaris/x86 insists of having a large buffer for storing the result ofSascha Schumann2000-09-011-2/+3
* Fix buildZeev Suraski2000-08-201-3/+3
* Provide PHP_SEPARATOR which expands to the default directory separatorSascha Schumann2000-08-201-9/+3
* Open session files in binary mode (fix #5953)Stanislav Malyshev2000-08-051-3/+7
* Always use the current DIR_DELIMITER to create the session file pathSascha Schumann2000-07-111-1/+1
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
* (PHP session_destroy) return the error condition from storage handler'sSascha Schumann2000-07-051-1/+3
* Fix Win32 buildZeev Suraski2000-06-041-1/+0
* - Fix problem in sessions module under Win32. Need to use ; as an optionsAndi Gutmans2000-05-271-1/+1
* Use reentrant version of readdir. If the target platform does not supportSascha Schumann2000-05-231-2/+2
* - Support virtual unlink()Andi Gutmans2000-05-231-2/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Complain, if write(2) failed.Sascha Schumann2000-05-151-1/+4
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-301-3/+3
* - Fix virtual cwd bugZeev Suraski2000-04-201-1/+1
* Improved error messagesSascha Schumann2000-03-291-3/+13
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-2/+2
* More cosmetic thingsSascha Schumann2000-02-111-32/+26
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Use zend_sprintf by default (which is defined to sprintf, if the system'sSascha Schumann1999-12-191-1/+1
* Use workaround function for sprintf, if the return value of sprintf is neededSascha Schumann1999-12-191-1/+1
* (_ps_files_path_create) terminate string correctly and append the whole key i...Sascha Schumann1999-12-131-1/+2
* Include errno.h.Andrei Zmievski1999-12-031-0/+1
* Improve locking when O_EXCL is availableSascha Schumann1999-12-031-5/+7
* (_ps_files_valid_key): small logic fixSascha Schumann1999-10-211-2/+2
* (_ps_files_open): evaluate key (session id) before path creationSascha Schumann1999-10-211-1/+28
* - support for external entropy sourcesSascha Schumann1999-09-111-1/+1
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-0/+6
* cleanupSascha Schumann1999-09-041-80/+91