summaryrefslogtreecommitdiff
path: root/ext/session/php_session.h
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: ws + syncJani Taskinen2009-05-181-10/+10
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: General sync. WS / CS / etc. crap some people didn't bother to mergeJani Taskinen2008-08-061-20/+7
* - nuketh period from error messageJani Taskinen2008-08-051-1/+1
* MFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", ...Gwynne Raskind2008-03-071-0/+11
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed Bug #40274 (Sessions fail with numeric root keys).Ilia Alshanetsky2007-02-061-2/+7
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Expose session storage module locater and serialization function via PHPAPIIlia Alshanetsky2006-10-061-0/+3
* Added support for httpOnly flag for session extension and cookie settingIlia Alshanetsky2006-08-101-0/+1
* An improved fix for bug #38224Ilia Alshanetsky2006-07-271-0/+1
* Export symbols that will allow building WDDX as shared objectFrank M. Kromann2006-01-281-3/+3
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - Missing $Id$ tagsfoobar2005-02-131-0/+2
* MFB_4_3: cvs diff -r1.84.2.5 -r1.84.2.6 php_session.hfoobar2005-02-131-3/+2
* Silence some compile warningsfoobar2004-01-231-1/+1
* export tsrm id for session globals.Wez Furlong2004-01-091-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Export this so that shared session modules can use it under win32.Wez Furlong2003-12-021-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix types of bug_compat entriesSascha Schumann2003-05-101-2/+2
* dividend -> divisorSascha Schumann2003-04-051-1/+1
* Refactor new-session-id codeSascha Schumann2003-02-181-0/+1
* Remember whether to send a cookie, so that we send out the correctSascha Schumann2003-02-181-0/+1
* add session_regenerate_id()Sascha Schumann2003-02-181-0/+1
* use appropiate prefixes in the ps_module structure so we don't clashSascha Schumann2003-02-111-8/+8
* Add INI setting session.hash_bits_per_character which enables developersSascha Schumann2003-01-161-0/+1
* add INI setting session.hash_functionSascha Schumann2003-01-121-0/+2
* 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