summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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: Fixed Bug #42596 (session.save_path MODE option does not work).Ilia Alshanetsky2007-09-101-1/+1
* MFB: Fixed bug #37273 (Symlinks and mod_files session handler allow open_base...Jani Taskinen2007-08-231-0/+18
* MFB: -r1.100.2.3.2.5Jani Taskinen2007-08-231-2/+4
* missing )Jani Taskinen2007-08-231-1/+1
* MFB (since Ilia is too lazy..): Fix bug #42135Jani Taskinen2007-08-051-3/+3
* MF5: fix for access control with .htaccessStanislav Malyshev2007-08-032-5/+1
* always check save_path (issue reported by Maksymilian Arciemowicz)Stanislav Malyshev2007-07-101-0/+4
* 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
* MFB: Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).Ilia Alshanetsky2007-06-061-0/+26
* do not send cookie when session is passed in URL, same as it happens with GET...Stanislav Malyshev2007-05-161-0/+1
* fix test namesAntony Dovgal2007-05-073-3/+3
* fix build when ext/hash is compiled as shared moduleAntony Dovgal2007-05-022-8/+8
* fix #40998 (long session array keys are truncated)Antony Dovgal2007-04-041-1/+1
* MFBAntony Dovgal2007-03-191-0/+2
* TypoMartin Kraemer2007-03-141-1/+1
* - avoid sprintfMarcus Boerger2007-02-242-7/+5
* MFB: fix skipifHannes Magnusson2007-01-061-1/+9
* Don't bother with conversion when the converter is already UTF8Sara Golemon2007-01-051-2/+2
* Fix ZTS issues.Sebastian Bergmann2007-01-052-4/+4
* Allow ext/session to use ext/hash's algorithms for generating IDsSara Golemon2007-01-053-5/+97
* Unicode UpdatesSara Golemon2007-01-058-76/+311
* MFB: Added missing open_basedir checksIlia Alshanetsky2007-01-041-0/+4
* Cleanup ext/session so that I can do a unicode update without going insane.Sara Golemon2007-01-045-713/+740
* Bump year.Sebastian Bergmann2007-01-018-8/+8
* MFB: Added boundary checks to php_binary deserializerIlia Alshanetsky2006-12-311-0/+5
* fix testsAntony Dovgal2006-12-273-5/+6
* MFB: Session deserializer protection.Ilia Alshanetsky2006-12-261-3/+24
* remove register_globals remainsAntony Dovgal2006-12-201-37/+10
* fix retval typeAntony Dovgal2006-12-041-3/+3
* MFB: Disallow \0 chars inside session.save_pathIlia Alshanetsky2006-12-011-0/+4
* Fixed bug #39265 (Fixed path handling inside mod_files.sh)Ilia Alshanetsky2006-11-031-1/+1
* Error message clean upHannes Magnusson2006-10-082-9/+9
* Remove double "wrong param count" warningsHannes Magnusson2006-10-071-1/+1
* MFB: Expose session storage module locater and serialization function viaIlia Alshanetsky2006-10-062-5/+5
* MFB: Fixed bug #38993 (Fixed safe_mode/open_basedir checks forIlia Alshanetsky2006-10-011-1/+9
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-17/+17
* fix typoAntony Dovgal2006-08-301-1/+1
* change ini handlers to produce E_ERROR if they are called during startup or p...Antony Dovgal2006-08-301-2/+14
* change E_ERROR to E_WARNING when invalid argument has been passedAntony Dovgal2006-08-301-7/+12
* fix testAntony Dovgal2006-08-111-4/+4
* MFB: fix protoIlia Alshanetsky2006-08-101-1/+1
* MFB: Added support for httpOnly flag for session extension and cookieIlia Alshanetsky2006-08-102-3/+15
* MFB: Fixed bug #38377 (session_destroy() gives warning afterIlia Alshanetsky2006-08-082-1/+19
* fix #38289 (segfault in session_decode() when _SESSION is NULL)Antony Dovgal2006-08-021-2/+7
* fix #38278 (session_cache_expire()'s value does not match phpinfo's session.c...Antony Dovgal2006-08-011-2/+2