summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-283-53/+53
* Merge branch 'PHP-7.2'Anatol Belski2018-05-071-7/+8
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-071-7/+8
| |\
| | * Update _bits_per_char to use with new PHP 7.1. or greaterRicardo F2018-05-071-7/+8
| | * year++Xinchen Hui2018-01-029-9/+9
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-04-121-0/+23
|\ \ \ | |/ /
| * | Fixed #74892 - Fixed URL rewriting for urls started with #Andrew Nester2018-04-121-0/+23
* | | Remove duplicated testsGabriel Caruso2018-02-222-41/+0
* | | remove support for string|unicode in testsGabriel Caruso2018-02-2213-78/+78
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2061-61/+61
* | | Remove empty sections in testsGabriel Caruso2018-02-142-3/+2
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-1/+1
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-043-10/+10
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-4/+4
* | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-1/+0
* | | Remove checks for unicode.semantics ini optionNikita Popov2018-02-031-7/+0
* | | Use %d when expecting line number in testsGabriel Caruso2018-02-021-1/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2018-01-241-1/+6
|\ \ \ | |/ /
| * | ext/session: catch incompatible configure flags earlier.Michael Orlitzky2018-01-241-1/+6
| * | year++Xinchen Hui2018-01-029-9/+9
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* | | year++Xinchen Hui2018-01-029-9/+9
* | | Move constants into read-only data segmentDmitry Stogov2017-12-148-19/+19
* | | Intern auto global name strings in first placeDmitry Stogov2017-11-291-1/+1
* | | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-2/+3
* | | Clarify bin_to_readable codeNikita Popov2017-11-141-10/+11
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-83/+0
* | | move zend_ato*() to size_t and remove castsAnatol Belski2017-07-281-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2017-07-262-1/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-07-262-1/+28
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-262-1/+28
| | |\
| | | * Fixed bug #74833, SID constant created with wrong module numberAnatol Belski2017-07-262-1/+28
| | * | Fixed #74892 - Fixed URL rewriting for urls started with #Andrew Nester2017-07-181-0/+23
* | | | Add warning for change session id when session is activedreamsxin2017-07-253-27/+33
|/ / /
* | | Fixed bug #74941 - Session fails to start after having headers sentSergei Morozov2017-07-202-2/+24
* | | Fixed bug #74936 - session_*() functions trigger a warning in read mode when ...Sergei Morozov2017-07-189-29/+29
* | | Fixed bug #74514 5 session functions incorrectly warn when calling in read-on...Yasuo Ohgaki2017-07-012-5/+39
* | | Only compute callback name in error casesNikita Popov2017-06-251-3/+2
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-0938-2/+61
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-0938-2/+61
| |\ \ | | |/
| | * Fixed tests when using cumstom php.ini(session.save_handler)Xinchen Hui2017-05-0936-1/+38
| | * Fix Bug #74541 Wrong reflection on session_start()Fabien Villepinte2017-05-082-1/+23
* | | Separate array in session upload progressNikita Popov2017-01-231-0/+1
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-191-2/+1
|\ \ \ | |/ /
| * | Update comment, incorrect since 224aaf94SjonHortensius2017-01-191-2/+1
| * | Set a session path for this testRasmus Lerdorf2017-01-101-0/+1
| * | Missing %sRasmus Lerdorf2017-01-101-1/+1
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-072-1/+2
| |\ \ | | |/
| | * Fixes for session and fpm tests in PHP7.0 branchMitch Hagstrand2017-01-062-1/+2