summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-171-1/+1
|\
| * Fix failed testXinchen Hui2012-12-171-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-1/+1
|\ \ | |/
| * Fix broken testRasmus Lerdorf2012-12-131-1/+1
* | Fix #63379 - Don't reset mod_user_is_open in destroyArpad Ray2012-12-133-1/+114
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on incXinchen Hui2012-10-101-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| * Fixed bug (segfault due to retval is not initialized)Xinchen Hui2012-08-151-1/+1
* | better fix & this test pass nowXinchen Hui2012-08-152-5/+2
* | Attempt to fix segfault due to retval is not initializedXinchen Hui2012-08-151-1/+1
* | improve the fixXinchen Hui2012-08-151-2/+2
* | Fixed bug (segfault due to PS(mod_user_implemented) not be reseted when closi...Xinchen Hui2012-08-151-1/+15
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-1/+1
|\ \ | |/
| * Remove extra ;Johannes Schlüter2012-06-221-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-301-1/+4
|\ \ | |/
| * Fix bug 61870 ext\session\tests\bug42596.phpt failsAnatoliy Belsky2012-04-301-1/+4
| * 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
| * add test for #60634Arpad Ray2012-01-031-0/+45
| * - Year++Felipe Pena2012-01-018-8/+8
| * - Fixed bug #60339 (valgrind reports LEAK --with-mm)Felipe Pena2011-11-191-1/+1
| * fix #49599, the eol-style is important here, as this is a regression test for...Ferenc Kovacs2011-09-261-42/+42
| * MFH to fix PHP_5_3 diffs shown on http://qa.php.net/reports/?version=5.3.9-devChristopher Jones2011-09-267-6/+12
| * 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
| * 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
| * - install extra headersPierre Joye2011-06-161-1/+1
| * Fixed test.Shein Alexey2011-06-091-1/+6
| * 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
| * fix testsAntony Dovgal2011-05-041-1/+1
| * - local redeclarationPierre Joye2011-01-231-6/+6
| * - Year++Felipe Pena2011-01-018-8/+8
| * - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-0/+1
| * -wsPierre Joye2010-12-131-2/+0
| * - 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
| * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-1112-13/+13
| * - [DOC] MFH: add session.entropy* support to windowsPierre Joye2010-06-081-1/+25
| * - restore previous settingPierre Joye2010-06-081-1/+1
| * - [DOC] add session.entropy* support to windowsPierre Joye2010-06-081-1/+1
| * - silent warningPierre Joye2010-06-021-2/+2
| * Fixed handling of session variable serialization on certain prefix characters...Ilia Alshanetsky2010-04-261-1/+1
* | Fix bug 61786 Failing tests in ext\session\tests\*Anatoliy Belsky2012-04-267-5/+51