summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use alloca() where it can be abused through user input.Ilia Alshanetsky2004-06-301-2/+2
* Better skip condition check for session tests.Ilia Alshanetsky2004-05-271-8/+11
* - Remove unused blocksMarcus Boerger2004-05-192-4/+0
* Skip session tests if session.save_path is not writable.Ilia Alshanetsky2004-05-131-0/+9
* if statement logic would never eval to false.Sara Golemon2004-05-081-1/+1
* Fixed test failure if session.use_trans_sid is enabled.Ilia Alshanetsky2004-04-151-0/+1
* Another setting leak in session code (bug #27963).Ilia Alshanetsky2004-04-131-15/+11
* Fixed bug #27963 (Session lifetime setting may leak between requests).Ilia Alshanetsky2004-04-131-2/+2
* Fix for Bug #26757: session.save_path defaults to bogus value on win32Wez Furlong2004-03-292-1/+7
* more visa to sibira ;)Hartmut Holzgraefe2004-03-241-0/+82
* - Fix segfaults on deserialisation of referenced variables.Moriyoshi Koizumi2004-02-291-1/+1
* Fix bug #26005 (Random "cannot change the session ini settings" errors)foobar2004-02-241-1/+13
* Improve error messagesfoobar2004-02-191-2/+2
* Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.Zeev Suraski2004-02-151-1/+1
* Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() mayIlia Alshanetsky2004-02-111-0/+21
* fix test - remove warningStanislav Malyshev2004-02-051-1/+1
* Silence some compile warningsfoobar2004-01-231-1/+1
* export tsrm id for session globals.Wez Furlong2004-01-092-2/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-084-8/+8
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-084-8/+8
* Preserve casingMarcus Boerger2003-12-221-4/+4
* Incorrect test file was fixed. (Use pattern insted of absolute filename)Dmitry Stogov2003-12-161-3/+3
* Update test to reflect new functionality.Ilia Alshanetsky2003-12-141-0/+4
* Fixed bug #24693 (Allow session.use_trans_sid to be enabled/disabled fromIlia Alshanetsky2003-12-141-9/+24
* - Fixed bug #26548 (Malformed HTTP dates in headers).Derick Rethans2003-12-071-1/+1