summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* change the bug summaryXinchen Hui2012-04-161-1/+1
* Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx)Xinchen Hui2012-04-151-0/+39
* Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::...Ilia Alshanetsky2012-03-081-4/+4
* - Fixed bug #60860 (session.save_handler=user without defined function core d...Felipe Pena2012-01-282-0/+24
* add more tests for #60634 (stems from #21306) and xfail them all for the momentArpad Ray2012-01-046-1/+245
* fix return values of inherited session handler to match user handlers - #60640Arpad Ray2012-01-041-5/+5
* add SessionHandlerInterface for session_set_save_handler() - #60551Arpad Ray2012-01-044-4/+231
* add test for #60634Arpad Ray2012-01-031-0/+45
* - Year++Felipe Pena2012-01-019-9/+9
* C++ style commentXinchen Hui2011-11-211-1/+1
* - Fixed bug #60339 (valgrind reports LEAK --with-mm)Felipe Pena2011-11-191-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-023-4/+24
* revert change, doesn't workStanislav Malyshev2011-10-161-1/+1
* fix openbasedir in testStanislav Malyshev2011-10-151-2/+1
* fix #49599, the eol-style is important here, as this is a regression test for...Ferenc Kovacs2011-09-261-42/+42
* fix default session handler error messageArpad Ray2011-09-142-3/+3
* Fix testsXinchen Hui2011-09-1411-26/+26
* Add test for bug #55688Xinchen Hui2011-09-141-0/+15
* Fix bug #55688 (Crash when calling SessionHandler::gc())Xinchen Hui2011-09-141-1/+1
* - Fixed memory leak when calling SessionHandler::open() several timesFelipe Pena2011-09-142-0/+22
* fix session oo tests for windowsArpad Ray2011-09-141-3/+3
* 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-1321-28/+1237
* I don't see why would be this a win only test. it works for me on linux, chec...Ferenc Kovacs2011-09-131-4/+1
* fixing the tests, added the error_log= to the --INI-- so it should also pass ...Ferenc Kovacs2011-09-132-0/+6
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* revert bad test changeStanislav Malyshev2011-09-102-4/+0
* passing an invalid session.upload_progress.freq always generates an additiona...Ferenc Kovacs2011-09-041-0/+2
* passing an invalid session.upload_progress.freq always generates an additiona...Ferenc Kovacs2011-09-041-0/+2
* Expose session status via new function, session_status (Req #52982)Arpad Ray2011-08-293-0/+59
* 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
* fix testsStanislav Malyshev2011-08-013-7/+5
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - install extra headersPierre Joye2011-06-161-1/+1
* Removed tests checking old/removed functionality (session_register/session_un...Shein Alexey2011-06-0914-1774/+0
* Changed session.save_path to /tmp to make test run.Shein Alexey2011-06-091-4/+4
* Skip reason is now printed if session.save_path is not writable.Shein Alexey2011-06-091-1/+1
* Fixed session test breakage due to serialize precision issue.Shein Alexey2011-06-091-1/+1
* Add php_ignore_value() macro to suppress unused return value warningsRasmus Lerdorf2011-05-161-1/+1
* fix testsAntony Dovgal2011-05-041-1/+1
* - local redeclarationPierre Joye2011-01-231-3/+3
* - Year++Felipe Pena2011-01-018-8/+8
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-2/+1
* - Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes)Felipe Pena2010-11-021-0/+1
* - Fixed bug #53141 (autoload misbehaves if called from closing session)Felipe Pena2010-11-022-0/+27
* Fixed a compiler warningIlia Alshanetsky2010-08-271-2/+1
* MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...Kalle Sommer Nielsen2010-08-111-1/+1
* - use interned strings for auto globalsDmitry Stogov2010-07-081-1/+1