summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* revert last commit. Guys, discuss such things first, then commit. Mkay?Sascha Schumann2001-09-111-10/+3
* Add an API function for setting the session id from a session module...Sterling Hughes2001-09-112-3/+12
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-094-8/+8
* Restore session_adapt_url()Zeev Suraski2001-08-312-8/+19
* Cleanup and clarifyZeev Suraski2001-08-312-13/+6
* define_sid updatesZeev Suraski2001-08-311-8/+6
* Fix trans_sid handler registration logicZeev Suraski2001-08-311-1/+1
* CleanupZeev Suraski2001-08-271-16/+2
* More fixes and refinementsZeev Suraski2001-08-272-17/+16
* Fix my session updates.Zeev Suraski2001-08-261-10/+18
* Fix trans-sid.Zeev Suraski2001-08-262-9/+14
* Make the session module more independentZeev Suraski2001-08-262-30/+36
* This option is no longer neededZeev Suraski2001-08-251-7/+0
* Get rid of TRANS_SID - it's always possible to use it now.Zeev Suraski2001-08-252-8/+10
* Move the trans-sid mechanism to use the output buffering mechanism.Zeev Suraski2001-08-252-17/+30
* add struct nameZeev Suraski2001-08-251-1/+1
* API updateZeev Suraski2001-08-212-2/+2
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-4/+6
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+7
* Added $_SESSION to the $_* family.foobar2001-08-111-7/+12
* more tsrm cleanupSascha Schumann2001-08-061-2/+2
* more tsrm cleanupSascha Schumann2001-08-051-4/+4
* more tsrm cleanupSascha Schumann2001-08-051-3/+3
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-1/+1
* more tsrm cleanupSascha Schumann2001-08-052-7/+7
* further tsrm cleanupSascha Schumann2001-08-052-16/+10
* - TSRMLS_FETCH workZeev Suraski2001-08-052-4/+7
* Do the nul'ifiying of php_var_serialize's result at the right placeSascha Schumann2001-08-031-4/+0
* Pass on nul'ified dataSascha Schumann2001-08-031-0/+4
* Add some castsSascha Schumann2001-08-031-3/+3
* Convert serializer to smart_str.. avoids lots of sprintf's andSascha Schumann2001-08-031-36/+17
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-7/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-112/+70
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-273-9/+9
* Get rid of memchrSascha Schumann2001-07-251-3/+12
* these tow fail with "Constant sid already defined" iHartmut Holzgraefe2001-07-222-0/+3
* Fix Windows buildZeev Suraski2001-07-201-1/+0
* Fix a serious long-standing bug which deleted the shared memory segmentSascha Schumann2001-07-191-48/+92
* Fix GC bug which did not increment the proper variable.Sascha Schumann2001-07-181-61/+73
* Instead of using the poor system rand() algorithm and theSascha Schumann2001-07-181-3/+2
* Retire old hash algorithm and use the FNV-1 algorithm.Sascha Schumann2001-07-181-18/+11
* make regession test of session work without the ugly hack in session.cThies C. Arntzen2001-07-132-7/+2
* workaround to make ext/session well behaved with 'make test' and E_ALLHartmut Holzgraefe2001-07-111-1/+9
* cleanup in preparation for session_readonly()Hartmut Holzgraefe2001-07-112-14/+20
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-042-2/+14
* suppress sending of cookies if session id already cameHartmut Holzgraefe2001-06-291-0/+2
* The extension name seems to be usually totally lower-cased.foobar2001-06-241-1/+1
* - fixed the reference in session thingieThies C. Arntzen2001-06-213-26/+93
* Back out severely broken patch. I currently don't have the timeSascha Schumann2001-06-201-9/+16