summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* - [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-1115-27/+278
* Added session upload progress testsArnaud Le Blanc2010-05-1013-0/+1169
* Added upload progress feedback in session data as describied Arnaud Le Blanc2010-05-102-2/+350
* Fix testsArnaud Le Blanc2010-05-108-1/+9
* Removed safe_modeKalle Sommer Nielsen2010-04-262-15/+2
* 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-229-69/+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-2115-113/+13
* Removed register_globalsKalle Sommer Nielsen2010-04-2117-255/+63
* Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...Kalle Sommer Nielsen2010-04-154-40/+24
* Set session.entropy_file to /dev/urandom or /dev/arandom byRasmus Lerdorf2010-03-311-0/+8
* Added test for bug #51338Ilia Alshanetsky2010-03-231-0/+15
* 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-038-8/+8
* Along with the valid char set, also add a length check to the Rasmus Lerdorf2009-12-261-2/+4
* Fixed compilationDmitry Stogov2009-12-041-1/+1