summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* add test for bug #31454Antony Dovgal2005-01-091-0/+19
* efree(name)Antony Dovgal2005-01-091-1/+2
* fix bug #31454 (session_set_save_handler crashes PHP when supplied non-existe...Antony Dovgal2005-01-091-0/+9
* CS changes (as suggested by Ilia)Antony Dovgal2004-12-091-4/+2
* fix segfault in session_module_name() when session.save_handler is emptyAntony Dovgal2004-12-091-3/+13
* Fixed crash in phpinfo() after graceful Apache restart.Dmitry Stogov2004-12-071-0/+5
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
* - Rename delete_global_variable() to zend_delete_global_variable()Andi Gutmans2004-10-041-3/+3
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-4/+3
* modified to 3rd argument of fcntl to FD_CLOEXECAnantha Kesari H Y2004-10-041-6/+1
* NetWare specific stat structure access incorporatedAnantha Kesari H Y2004-09-301-0/+4
* handled NetWare F_SETFD and stat differencesAnantha Kesari H Y2004-09-301-0/+9
* fix error messageAntony Dovgal2004-09-301-2/+2
* fix segfault when using unknown/unsupported save_handler and/or serialize_han...Antony Dovgal2004-09-301-3/+32
* Fixed compiler warnings.Ilia Alshanetsky2004-09-141-2/+2
* Fixed bug #29925 (Added a check to prevent illegal characters in sessionIlia Alshanetsky2004-09-021-0/+5
* fix empty_string issueSascha Schumann2004-08-021-1/+1
* don't read empty filesSascha Schumann2004-08-021-0/+6
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-3/+6
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-101-2/+5