summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Fix testsHannes Magnusson2006-09-181-1/+1
* change ini handlers to produce E_ERROR if they are called during startupAntony Dovgal2006-08-301-2/+14
* MFH: change E_ERROR to E_WARNING when invalid argument has been passedAntony Dovgal2006-08-301-6/+13
* fix testAntony Dovgal2006-08-111-4/+4
* Fixed protoIlia Alshanetsky2006-08-101-1/+1
* Added support for httpOnly flag for session extension and cookie settingIlia Alshanetsky2006-08-102-3/+15
* Fixed bug #38377 (session_destroy() gives warning afterIlia Alshanetsky2006-08-082-1/+19
* MFH: fix #38289 (segfault in session_decode() when _SESSION is NULL)Antony Dovgal2006-08-021-3/+7
* MFH: fix #38278 (session_cache_expire()'s value does not match phpinfo's sess...Antony Dovgal2006-08-011-2/+2
* An improved fix for bug #38224Ilia Alshanetsky2006-07-273-3/+6
* make C++ compilers happyIlia Alshanetsky2006-07-271-3/+3
* removed debug codeIlia Alshanetsky2006-07-271-1/+0
* Fixed bug #38224 (session extension can't handle broken cookies).Ilia Alshanetsky2006-07-271-1/+11
* Fixed compiler warnings.Ilia Alshanetsky2006-07-131-8/+8
* MFH: 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-151-11/+7
* - MFH Fix bug #37510 session_regenerate_id changes session_id() even on failureMarcus Boerger2006-05-181-1/+6
* Commit the actual fixIlia Alshanetsky2006-04-181-3/+5
* Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).Ilia Alshanetsky2006-02-281-0/+41
* (Missing patch from the PHP 4 tree that got lost in the shuffle)Rasmus Lerdorf2006-02-101-1/+3
* Export symbols that will allow building WDDX as shared objectFrank M. Kromann2006-01-282-6/+6
* 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
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: Improved the fix for #21306 a bitfoobar2005-09-231-8/+10
* MFH: - 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
* MFH: 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
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-0/+2
* These tests require register_long_arrays=1foobar2005-03-313-0/+3
* fix leak when register_long_arrays is offAntony Dovgal2005-03-241-1/+1
* - Missing $Id$ tagsfoobar2005-02-134-0/+8
* MFB_4_3: cvs diff -r1.84.2.5 -r1.84.2.6 php_session.hfoobar2005-02-131-3/+2
* hm..Antony Dovgal2005-02-101-1/+4
* fix bug #28324 (HTTP_SESSION_VARS appear when register_long_arrays is Off)Antony Dovgal2005-02-101-2/+4
* Correctly initialize ZVALStefan Esser2005-01-211-1/+1
* - Make sure FD_CLOEXEC is always defined.foobar2005-01-181-1/+4
* add skipif sectionAntony Dovgal2005-01-091-0/+2