summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* - local redeclarationPierre Joye2011-01-231-6/+6
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #53141 (autoload misbehaves if called from closing session)Felipe Pena2010-11-021-0/+1
* Fixed a compiler warningIlia Alshanetsky2010-08-271-2/+1
* - [DOC] MFH: add session.entropy* support to windowsPierre Joye2010-06-081-1/+25
* - silent warningPierre Joye2010-06-021-2/+2
* Fixed handling of session variable serialization on certain prefix characters...Ilia Alshanetsky2010-04-261-1/+1
* Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).Ilia Alshanetsky2010-03-221-3/+7
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-4/+4
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-4/+4
* Fixed a possible open_basedir/safe_mode bypass in session extension identifie...Ilia Alshanetsky2010-01-311-1/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed compilationDmitry Stogov2009-12-041-1/+1
* protect http_session_vars from interrupt corruptionStanislav Malyshev2009-12-041-4/+10
* removed now obsolete NetWare hack since I fixed thisGuenter Knauf2009-11-031-7/+1
* fix segfault in session/tests/031.phpt by adding optional extensionAntony Dovgal2009-07-281-1/+9
* MFH: fix crash when session hash function generated long hashes with hash_bit...Gwynne Raskind2009-07-171-10/+6
* MFH: ws + syncJani Taskinen2009-05-181-88/+66
* MFH: fix foldingHannes Magnusson2009-04-061-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH Fix bug #35975 - Session cookie expires date format isn't the most compat...Scott MacVicar2008-12-111-2/+2
* Deprecate session_register(), session_unregister() andHannes Magnusson2008-12-091-3/+3
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-14/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+14
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-14/+0
* MFH: General sync. WS / CS / etc. crap some people didn't bother to mergeJani Taskinen2008-08-061-879/+1039
* - Nuke ending periods from error messagesJani Taskinen2008-08-051-8/+8
* MFH: Fixes #45406 - Patch by oleg dot grenrus at dynamoid dot comKalle Sommer Nielsen2008-08-041-4/+14
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* - 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