summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* @- Fixed references in sessions. This doesn't work when using theThies C. Arntzen2001-06-201-16/+9
* Change copyright note.Sebastian Bergmann2001-06-193-60/+27
* removed warningsHarald Radi2001-06-102-3/+3
* Signal that no entry was foundSascha Schumann2001-06-101-1/+1
* Check for http_session_vars != NULL.Sascha Schumann2001-06-081-1/+3
* Fold a bit more codeRasmus Lerdorf2001-06-064-5/+49
* 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
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* fix buggy debug statementsSascha Schumann2001-05-241-3/+3
* Due to dynamic registration of storage handlers, OnUpdateSaveHandlerSascha Schumann2001-05-231-3/+12
* - Nuke GINITAndi Gutmans2001-05-231-5/+4
* @- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same valueAndrei Zmievski2001-05-221-2/+2
* Add support for systems where p{read|write} take a off64_t withoutSascha Schumann2001-05-201-0/+2
* Use zend_hash_add_empty_elementSascha Schumann2001-05-191-1/+1