summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #35975 - Session cookie expires date format isn't the most compatible...Scott MacVicar2008-12-111-2/+2
* Latest and greatest versions of these session tests - checked on 6.0 snap on ...Ant Phillips2008-11-279-8/+260
* - 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-273-14/+31
* Added ability to cancel upload in rfc1867 handlerArnaud Le Blanc2008-09-172-0/+20
* Added testsArnaud Le Blanc2008-09-1113-0/+1168
* Implemented ability to provide upload progress feedback through sessionArnaud Le Blanc2008-09-112-3/+311
* MFBJani Taskinen2008-09-072-2/+2
* Fix test on WindowsKalle Sommer Nielsen2008-09-071-1/+1
* remove special treatment of /tmp pathAlexey Zakhlestin2008-08-312-12/+2
* MFB: this test depends on session.hash_bits_per_character, but it was not exp...Alexey Zakhlestin2008-08-261-0/+1
* - Fixed some inconsistencies with the behaviour of sessions. Changed session_...Jani Taskinen2008-08-067-61/+73
* - 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
* support for closuresDmitry Stogov2008-07-172-0/+108
* - Fix tests (do NOT assume things in php.ini always to be same...or sane)Jani Taskinen2008-07-155-1/+18
* - MFB: Added arginfoFelipe Pena2008-06-271-18/+82
* - killed off UEXPECTSteph Fox2008-05-275-12/+9
* - Removed UEXPECT(F)Felipe Pena2008-05-2767-2886/+0
* use ZEND_U_CONVERTER() macro to prevent segfaults when the converter is not s...Antony Dovgal2008-05-211-1/+1
* Fix session test failures as reported by Antony Dovgal.Ant Phillips2008-04-305-8/+20
* Fix session test failures as reported by Antony Dovgal.Ant Phillips2008-04-309-0/+24
* More session tests to improve code coverage for untested extension codeAnt Phillips2008-04-292-1/+5
* More session tests to improve code coverage for untested extension codeAnt Phillips2008-04-2911-0/+772
* New set of session extension tests for PHP 6.0 branch.Ant Phillips2008-04-2293-0/+10700
* 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 testFelipe Pena2008-03-081-4/+4
* Fix bug #32330 (session_destroy, "Failed to initialize storage module", custo...Gwynne Raskind2008-03-075-31/+150
* New macro for check void parametersFelipe Pena2008-02-281-6/+6
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
* 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