summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-318-8/+8
* MFHAndrei Zmievski2008-12-301-0/+57
* 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-0920-20/+214
* Fix broken tests (thanks to Johannes for spotting these).Ant Phillips2008-12-022-2/+6
* Latest and greatest versions of these session tests - checked on 5.3 snap on ...Ant Phillips2008-11-273-12/+8
* - 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
* - Revert idiotic patch (hint: Windows IS NOT the most important OS!)Jani Taskinen2008-09-072-2/+2
* MFH: Fix test on WindowsKalle Sommer Nielsen2008-09-071-1/+1
* remove special treatment of /tmp pathAlexey Zakhlestin2008-08-312-15/+5
* this test depends on session.hash_bits_per_character, but it was not explicit...Alexey Zakhlestin2008-08-261-0/+1
* MFH: General sync. WS / CS / etc. crap some people didn't bother to mergeJani Taskinen2008-08-0615-946/+1090
* - nuketh period from error messageJani Taskinen2008-08-051-1/+1
* - 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
* Support for closuresDmitry Stogov2008-07-172-0/+104
* MFH:- Fix tests (do NOT assume things in php.ini always to be same...or sane)Jani Taskinen2008-07-155-1/+18
* - Added arginfoFelipe Pena2008-06-271-20/+101
* Fixed memory leaksDmitry Stogov2008-06-241-0/+3
* - Fixed testsFelipe Pena2008-06-222-3/+4
* - New parameter parsing APIFelipe Pena2008-06-2111-121/+143
* Fix session test failures as reported by Antony Dovgal.Ant Phillips2008-04-305-4/+15
* 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/+591
* These tests were backported from the PHP 6.0 branch, which in turn were porte...Ant Phillips2008-04-229-0/+534
* New set of session extension tests for PHP 5.3 branch.Ant Phillips2008-04-22106-0/+9732
* 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
* Fix test (thanks Scoates!)Felipe Pena2008-03-081-2/+2
* Forgot one file in last commitGwynne Raskind2008-03-071-0/+85
* MFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", ...Gwynne Raskind2008-03-074-29/+49
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
* 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
* Fixed Bug #42596 (session.save_path MODE option does not work).Ilia Alshanetsky2007-09-101-1/+1
* MFH: ws + cs changes (sync to ease merging patches around!)Jani Taskinen2007-08-231-38/+50
* MFH: syncJani Taskinen2007-08-232-2/+2
* Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedirIlia Alshanetsky2007-08-231-0/+22
* correct fix for access control for save_path and .htaccessStanislav Malyshev2007-08-032-10/+2
* Fixed bug #42135 (Second call of session_start() causes creation of SID)Ilia Alshanetsky2007-07-291-3/+3
* always check save_path (issue reported by Maksymilian Arciemowicz)Stanislav Malyshev2007-07-101-1/+9
* 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