summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce compilation noise during normal compilation:Christopher Jones2013-08-211-7/+0
* Add php_serialize session.serialize_handler. This patch closesYasuo Ohgaki2013-08-211-2/+48
* Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-111-1/+1
|\ \ | |/
| * Fixed possible buffer overflow under Windows. Note: Not a security fix.Yasuo Ohgaki2013-08-111-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-101-1/+1
|\ \ | |/
| * Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply w...Yasuo Ohgaki2013-08-101-1/+1
* | fix crash, enable session_id and fix testStanislav Malyshev2013-08-041-3/+0
* | Strict sessionYasuo Ohgaki2013-08-041-39/+85
* | Merge branch 'PHP-5.4' into PHP-5.5Arpad Ray2013-07-171-2/+5
|\ \ | |/
| * Fix bug #62129 - rfc1867 crashes php even though turned offArpad Ray2013-07-171-2/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-161-1/+1
|\ \ | |/
| * Fixed typo ensuring header str is \0 terminatedAnatol Belski2013-07-161-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-021-1/+26
|\ \ | |/
| * Fixed bug #35703: when session_name("123") consist only digits, should warningYasuo Ohgaki2013-06-291-1/+26
* | Merge branch 'PHP-5.4' into PHP-5.5Arpad Ray2013-06-271-1/+1
|\ \ | |/
| * Fix bug #62535 - $_SESSION[$key]["cancel_upload"] doesn't work as documentedArpad Ray2013-06-271-1/+1
* | BC fix for PR 109 merge - create_sid() method in SessionHandlerArpad Ray2013-06-271-8/+45
* | Merge PR 109 - Add create_sid to session_set_save_handler and SessionHandlerArpad Ray2013-06-271-11/+18
|\ \
| * | Tests, fixes and optimisationsLeigh2012-06-261-1/+1
| * | Add create_sid to session_set_save_handler and SessionHandlerLeigh2012-06-151-11/+18
| * | 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-3/+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-3/+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
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-06-101-0/+3
|\ \ \ | | |/ | |/|
| * | Callback has to be restored in MSHUTDOWNDmitry Stogov2013-06-101-0/+3
| * | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Bug #23955: allow specifiy max age for setcookie()Lars Strojny2013-01-061-0/+4
* | | Happy New YearXinchen Hui2013-01-011-1/+1
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-1/+1
|\ \
| * | Remove extra ;Johannes Schlüter2012-06-221-1/+1
| * | Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::...Ilia Alshanetsky2012-03-081-4/+4
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | 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-6/+6
| * | - Year++Felipe Pena2011-01-011-1/+1
| * | - Fixed bug #53141 (autoload misbehaves if called from closing session)Felipe Pena2010-11-021-0/+1