summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* fix testAntony Dovgal2006-08-111-4/+4
* MFB: fix protoIlia Alshanetsky2006-08-101-1/+1
* MFB: Added support for httpOnly flag for session extension and cookieIlia Alshanetsky2006-08-102-3/+15
* MFB: Fixed bug #38377 (session_destroy() gives warning afterIlia Alshanetsky2006-08-082-1/+19
* fix #38289 (segfault in session_decode() when _SESSION is NULL)Antony Dovgal2006-08-021-2/+7
* fix #38278 (session_cache_expire()'s value does not match phpinfo's session.c...Antony Dovgal2006-08-011-2/+2
* MFB: An improved fix for bug #38224Ilia Alshanetsky2006-07-273-3/+6
* MFB: make C++ compilers happyIlia Alshanetsky2006-07-271-3/+3
* Removed debug codeIlia Alshanetsky2006-07-271-1/+0
* MFB: Fixed bug #38224 (session extension can't handle broken cookies).Ilia Alshanetsky2006-07-271-1/+11
* MFB: Fixed compiler warnings.Ilia Alshanetsky2006-07-131-8/+8
* - add note why replace is 0, so that I don't wonder again in 2 monthsMichael Wallner2006-07-121-0/+2
* Added automatic module globals managementDmitry Stogov2006-06-131-11/+7
* - explicit usage of TS macrosMichael Wallner2006-06-031-4/+4
* - new output control codeMichael Wallner2006-06-021-4/+4
* - Fix bug #37510 session_regenerate_id changes session_id() even on failureMarcus Boerger2006-05-181-1/+6
* MFB51: Fixed Bug #36872 (session_destroy() fails after call toIlia Alshanetsky2006-04-171-3/+5
* - Cleanupfoobar2006-04-1013-337/+2
* Fixed testDmitry Stogov2006-03-272-0/+31
* Dropped register_long_arrays, added E_CORE for all dropped settingDmitry Stogov2006-03-166-38/+29
* - remove register_globals support (aka "Kill the f***ing thing" :)Pierre Joye2006-03-0719-240/+55
* MFB51: Fixed bug #36459 (Incorrect adding PHPSESSID to links, whichIlia Alshanetsky2006-02-281-0/+41
* Fixed test fileDmitry Stogov2006-02-222-0/+39
* Portable unicode string API:Dmitry Stogov2006-02-212-12/+14
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-4/+0
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-132-2/+2
* (Missing patch from the PHP 4 tree that got lost in the shuffle)Rasmus Lerdorf2006-02-101-1/+3
* MFB51 Export symbols that will allow building WDDX as shared objectFrank M. Kromann2006-01-282-6/+6
* MFB51: Added a check for special characters in the session name.Ilia Alshanetsky2006-01-151-0/+6
* bump year and license versionfoobar2006-01-018-24/+24
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - Changed "session.use_only_cookies" to be on by default.foobar2005-12-021-1/+1
* - Improved the fix for #21306 a bitfoobar2005-09-231-8/+10
* - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)foobar2005-09-201-2/+5
* fix crash on restarting static PHP having session modules loadedStanislav Malyshev2005-09-201-1/+1
* - Add E_RECOVERABLE.Derick Rethans2005-09-151-0/+2
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-3/+3
* Nuked EOLs from error messagesfoobar2005-08-181-1/+1
* - Bumber up yearfoobar2005-08-038-8/+8
* Fixed test fileDmitry Stogov2005-07-051-1/+1
* Make sure files-save handler is used alwaysfoobar2005-07-0417-1/+18
* - Added session.hash_bits_per_character support. (3rd param)foobar2005-06-201-2/+10
* nuke duplicate codefoobar2005-06-031-13/+9
* fix typoAntony Dovgal2005-06-011-1/+1
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* Added an optional remove old session parameter to session_regenerate_id().Ilia Alshanetsky2005-05-291-3/+15
* CS fixfoobar2005-05-231-2/+3
* fix compile warningAntony Dovgal2005-05-221-0/+1
* Fixed bug 33072 - safemode/open_basedir check for runtime save_path changeRasmus Lerdorf2005-05-211-1/+14
* fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session...Antony Dovgal2005-05-201-1/+1