summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* - Committing my session cookie patch; it's a bug fix and good to have in theexperimental/first_unicode_implementationDerick Rethans2010-03-161-3/+11
* 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
* protect http_session_vars from interrupt corruptionStanislav Malyshev2009-12-041-2/+5
* 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
* fix crash when session hash function generated long hashes with hash_bits_per...Gwynne Raskind2009-07-171-8/+5
* - Dropped *_TEXT* macros in favor of unicode macros direct usageFelipe Pena2009-05-251-7/+7
* - WS + sync with PHP_5_3 (thanks Ilia & Co.)Jani Taskinen2009-05-181-87/+68
* - Removed:Felipe Pena2009-03-261-4/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fix bug #35975 - Session cookie expires date format isn't the most compatible...Scott MacVicar2008-12-111-2/+2
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-11/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+11
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-11/+0
* Avoid updating upload progress information too frequently on high transfertArnaud Le Blanc2008-09-271-14/+28
* Added ability to cancel upload in rfc1867 handlerArnaud Le Blanc2008-09-171-0/+19
* Implemented ability to provide upload progress feedback through sessionArnaud Le Blanc2008-09-111-3/+288
* - Fixed some inconsistencies with the behaviour of sessions. Changed session_...Jani Taskinen2008-08-061-36/+56
* - MFB: sync parameter parsing API changes in session_set_save_handler()Jani Taskinen2008-08-061-4/+9
* - MFB: snprintf -> slprintf, nuketh extra folding tags, ws fixesJani Taskinen2008-08-061-41/+37
* ws + folding tagsJani Taskinen2008-08-061-139/+173
* - Nuke ending periodJani Taskinen2008-08-051-1/+1
* Fixes #45406 - Patch by oleg dot grenrus at dynamoid dot comKalle Sommer Nielsen2008-08-041-4/+14
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* - MFB: Added arginfoFelipe Pena2008-06-271-18/+82
* Fixed bug #44719 (More uninitialised values causing wierd errors)Scott MacVicar2008-04-151-2/+2
* Fixed bug #44722 (Segfault setting a null session path)Scott MacVicar2008-04-151-1/+1
* Fixed memory corruption because of double free()Dmitry Stogov2008-03-111-0/+1
* Fix bug #32330 (session_destroy, "Failed to initialize storage module", custo...Gwynne Raskind2008-03-071-6/+19
* New macro for check void parametersFelipe Pena2008-02-281-6/+6
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFB (since Ilia is too lazy..): Fix bug #42135Jani Taskinen2007-08-051-3/+3
* MF5: fix for access control with .htaccessStanislav Malyshev2007-08-031-1/+1
* MFB: Fixed compiler warningIlia Alshanetsky2007-06-171-0/+1
* Fix attribute injection security bug correctly by URL encoding sessionStefan Esser2007-06-161-3/+11
* MF5: Disallow characters that Cookie RFC does not allow in unquoted cookiesStanislav Malyshev2007-06-151-1/+1
* 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-0/+1
* fix build when ext/hash is compiled as shared moduleAntony Dovgal2007-05-021-6/+6
* fix #40998 (long session array keys are truncated)Antony Dovgal2007-04-041-1/+1
* MFBAntony Dovgal2007-03-191-0/+2
* - avoid sprintfMarcus Boerger2007-02-241-6/+4
* Fix ZTS issues.Sebastian Bergmann2007-01-051-1/+1
* Allow ext/session to use ext/hash's algorithms for generating IDsSara Golemon2007-01-051-4/+89
* Unicode UpdatesSara Golemon2007-01-051-66/+121
* Cleanup ext/session so that I can do a unicode update without going insane.Sara Golemon2007-01-041-624/+646