summaryrefslogtreecommitdiff
path: root/ext/session/php_session.h
Commit message (Expand)AuthorAgeFilesLines
* MFH: missing $Id$ tagsfoobar2005-02-131-0/+2
* MFH: export session globalsStanislav Malyshev2004-03-161-1/+1
* Fix use of ZEND_EXTERN_MODULE_GLOBALS which mysteriously includes aSascha Schumann2003-05-201-4/+3
* MFHSascha Schumann2003-05-101-2/+2
* MFHSascha Schumann2003-04-051-1/+1
* MFH general urlencodingSascha Schumann2003-02-201-0/+3
* MFH prefix ps_module changesSascha Schumann2003-02-111-8/+8
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* Make the interpretation of gc_probability configurable by addingSascha Schumann2002-10-031-0/+1
* Nuke PS(vars), we keep the state of registered session variables nowSascha Schumann2002-10-031-4/+3
* The session extension ensures now that get_session_var can relySascha Schumann2002-10-011-9/+7
* Make unset($_SESSION['foo']) actually remove the variable from the session,Zeev Suraski2002-08-151-9/+19
* This option enables administrators to make their users invulnerable toSascha Schumann2002-06-121-0/+1
* re-add accidentily nuked session_adapt_url()Thies C. Arntzen2002-05-051-0/+2
* @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to injectThies C. Arntzen2002-05-031-3/+0
* revert session_set_userdata - diffent patch will come shortlyThies C. Arntzen2002-04-281-3/+0
* @ - added session_set_userdata() which enables you to specify one variableThies C. Arntzen2002-04-271-0/+3
* - Proper use of underscores (s/createsid/create_sid/)Sascha Schumann2002-03-301-10/+8
* Added field to ps_module structure to hold function pointer for the creationMark L. Woodward2002-03-291-3/+25
* Merge in session API changes (carry around tsrm context)Sascha Schumann2002-03-061-6/+8
* Weep out all recent commits of Yasuo.Sascha Schumann2002-03-061-6/+6
* More TSRM workYasuo Ohgaki2002-03-061-6/+6
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* move to the ZEND_DECLARE_MODULE_GLOBALS() and ZEND_EXTERN_MODULE_GLOBALSSterling Hughes2002-02-071-6/+3
* Export php_session_start().foobar2002-02-051-0/+1
* Export php_session_register_module/serializer.Yasuo Ohgaki2002-01-161-2/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Fix session_unregister()Zeev Suraski2001-12-061-2/+6
* Remove PS_DEL_VAR macro, always use PS_DEL_VARL()Zeev Suraski2001-12-061-2/+0
* AIX compiler doesn't like having a comma at the end of the enumDoug MacEachern2001-11-181-1/+1
* Rewrite of unserializer which should be more maintainable and extensible.Sascha Schumann2001-11-101-1/+3
* Fix build.Andrei Zmievski2001-10-221-0/+1
* Add an API function for setting the session id from a session module...Sterling Hughes2001-09-111-0/+2
* Restore session_adapt_url()Zeev Suraski2001-08-311-2/+3
* Cleanup and clarifyZeev Suraski2001-08-311-1/+0
* More fixes and refinementsZeev Suraski2001-08-271-0/+1
* Fix trans-sid.Zeev Suraski2001-08-261-1/+0
* Make the session module more independentZeev Suraski2001-08-261-2/+1
* Get rid of TRANS_SID - it's always possible to use it now.Zeev Suraski2001-08-251-5/+1
* Move the trans-sid mechanism to use the output buffering mechanism.Zeev Suraski2001-08-251-4/+3
* add struct nameZeev Suraski2001-08-251-1/+1
* API updateZeev Suraski2001-08-211-1/+1
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-1/+1
* further tsrm cleanupSascha Schumann2001-08-051-2/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-19/+7
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-3/+3
* cleanup in preparation for session_readonly()Hartmut Holzgraefe2001-07-111-2/+8
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-041-2/+4
* - fixed the reference in session thingieThies C. Arntzen2001-06-211-1/+1