summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* - Fixed a possible open_basedir/safe_mode bypass in session extensionPierre Joye2010-02-041-1/+6
* merge r292677: Along with the valid char set, also add a length check to the Johannes Schlüter2010-01-251-2/+4
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-038-8/+8
* 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-032-11/+1
* Fixed testsDmitry Stogov2009-09-2112-13/+14
* configure dependency has to be optional as wellAntony Dovgal2009-07-281-1/+1
* fix segfault in session/tests/031.phpt by adding optional extensionAntony Dovgal2009-07-282-1/+10
* MFH: fix crash when session hash function generated long hashes with hash_bit...Gwynne Raskind2009-07-172-10/+28
* fix testJani Taskinen2009-05-261-0/+1
* MFH: ws + syncJani Taskinen2009-05-185-229/+201
* - Fixed testsFelipe Pena2009-05-0512-13/+24
* Added E_DEPRECATED startup notice (5.3 only)Kalle Sommer Nielsen2009-05-0412-1/+13
* MFH: Add test for bug#42596Hannes Magnusson2009-04-061-0/+32
* MFH: Fix segfault on invalid session.save_pathHannes Magnusson2009-04-061-1/+1
* MFH: fix foldingHannes Magnusson2009-04-061-1/+1
* 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