summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::...Ilia Alshanetsky2012-03-081-4/+4
* add SessionHandlerInterface for session_set_save_handler() - #60551Arpad Ray2012-01-041-4/+25
* - Year++Felipe Pena2012-01-011-1/+1
* C++ style commentXinchen Hui2011-11-211-1/+1
* Fix hash key length in register/remove_user_shutdown_functionArpad Ray2011-11-111-3/+3
* fix calling user close func when it isn't openArpad Ray2011-11-021-2/+0
* fix zts break in r316688Arpad Ray2011-09-131-4/+4
* Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)Arpad Ray2011-09-131-7/+175
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* Expose session status via new function, session_status (Req #52982)Arpad Ray2011-08-291-0/+18
* fixed bug #55267 - session_regenerate_id fails after header sent even if sess...Hannes Magnusson2011-08-291-1/+1
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - local redeclarationPierre Joye2011-01-231-3/+3
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #53141 (autoload misbehaves if called from closing session)Felipe Pena2010-11-021-0/+1
* Fixed a compiler warningIlia Alshanetsky2010-08-271-2/+1
* - use interned strings for auto globalsDmitry Stogov2010-07-081-1/+1
* - [DOC] MFH: add session.entropy* support to windowsPierre Joye2010-06-081-1/+1
* - [DOC] add session.entropy* support to windowsPierre Joye2010-06-081-2/+26
* - silent warningPierre Joye2010-06-021-2/+2
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-4/+4
* - code cleanupsArnaud Le Blanc2010-05-111-27/+50
* Added upload progress feedback in session data as describied Arnaud Le Blanc2010-05-101-2/+323
* Removed safe_modeKalle Sommer Nielsen2010-04-261-4/+0
* Fixed handling of session variable serialization on certain prefix characters...Ilia Alshanetsky2010-04-261-1/+1
* Removed the session 4.2 bug compatibility modeKalle Sommer Nielsen2010-04-221-54/+0
* Drop php_register_var(), Thanks FelipeKalle Sommer Nielsen2010-04-211-29/+0
* Removed session_is_registered(), session_register() and session_unregister().Kalle Sommer Nielsen2010-04-211-98/+0
* Removed register_globalsKalle Sommer Nielsen2010-04-211-93/+7
* Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...Kalle Sommer Nielsen2010-04-151-12/+3
* Set session.entropy_file to /dev/urandom or /dev/arandom byRasmus Lerdorf2010-03-311-0/+8
* Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).Ilia Alshanetsky2010-03-221-3/+7
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-4/+4
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-4/+4
* Fixed a possible open_basedir/safe_mode bypass in session extension identifie...Ilia Alshanetsky2010-01-311-1/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed compilationDmitry Stogov2009-12-041-1/+1
* protect http_session_vars from interrupt corruptionStanislav Malyshev2009-12-041-4/+10
* removed now obsolete NetWare hack since I fixed thisGuenter Knauf2009-11-031-7/+1
* fix segfault in session/tests/031.phpt by adding optional extensionAntony Dovgal2009-07-281-1/+9
* MFH: fix crash when session hash function generated long hashes with hash_bit...Gwynne Raskind2009-07-171-10/+6
* MFH: ws + syncJani Taskinen2009-05-181-88/+66
* MFH: fix foldingHannes Magnusson2009-04-061-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH Fix bug #35975 - Session cookie expires date format isn't the most compat...Scott MacVicar2008-12-111-2/+2
* Deprecate session_register(), session_unregister() andHannes Magnusson2008-12-091-3/+3
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-14/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+14
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-14/+0