summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* - Added arginfoFelipe Pena2008-06-271-20/+101
* Fixed memory leaksDmitry Stogov2008-06-241-0/+3
* - New parameter parsing APIFelipe Pena2008-06-211-108/+108
* Fixed bug #44720 (Prevent infinite recursion within session_register)Scott MacVicar2008-04-151-0/+7
* Fixed memory corruption because of double free()Dmitry Stogov2008-03-111-0/+1
* MFH: New way for check void parametersFelipe Pena2008-03-101-6/+6
* MFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", ...Gwynne Raskind2008-03-071-6/+19
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+3
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* correct fix for access control for save_path and .htaccessStanislav Malyshev2007-08-031-2/+2
* Fixed bug #42135 (Second call of session_start() causes creation of SID)Ilia Alshanetsky2007-07-291-3/+3
* Fixed compiler warningIlia Alshanetsky2007-06-171-0/+1
* MFHStefan Esser2007-06-161-3/+11
* Disallow characters that Cookie RFC does not allow in unquoted cookiesStanislav Malyshev2007-06-151-1/+1
* MFH: php_gmtime_r() fixesAntony Dovgal2007-06-071-2/+7
* do not send cookie when session is passed in URL, same as it happens with GET...Stanislav Malyshev2007-05-161-1/+4
* MFH: fix #40998 (long session array keys are truncated)Antony Dovgal2007-04-041-1/+1
* Fixed MOPB-22-2007:PHP session_regenerate_id() Double Free VulnerabilityIlia Alshanetsky2007-03-141-0/+2
* Adjust checks to allow paths without a trailing /Ilia Alshanetsky2007-03-031-1/+1
* Improve safe_mode checkIlia Alshanetsky2007-03-021-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-6/+4
* disallow negative lengthStanislav Malyshev2007-02-241-1/+1
* Fixed SIGSEGVDmitry Stogov2007-01-101-5/+4
* Prevent SESSION/GLOBALS overload via session decodingIlia Alshanetsky2007-01-091-1/+8
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added boundary checks to php_binary deserializerIlia Alshanetsky2006-12-311-0/+5
* Session deserializer protection.Ilia Alshanetsky2006-12-261-36/+32
* protect _SESSION, HTTP_SESSION_VARS and GLOBALSAntony Dovgal2006-12-201-16/+43
* MFH: fix retval typeAntony Dovgal2006-12-041-3/+3
* Fixed bug #37627 (session save_path check checks the parent directory).Ilia Alshanetsky2006-12-041-1/+1
* Disallow \0 chars inside session.save_pathIlia Alshanetsky2006-12-011-0/+4
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+1
* Expose session storage module locater and serialization function via PHPAPIIlia Alshanetsky2006-10-061-5/+2
* Fixed bug #38993 (Fixed safe_mode/open_basedir checks forIlia Alshanetsky2006-10-011-2/+10
* 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
* Fixed protoIlia Alshanetsky2006-08-101-1/+1
* Added support for httpOnly flag for session extension and cookie settingIlia Alshanetsky2006-08-101-3/+14
* 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-271-3/+4
* 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