summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Set a session path for this testRasmus Lerdorf2017-01-101-0/+1
* | | Missing %sRasmus Lerdorf2017-01-101-1/+1
* | | Fixes for session and fpm tests to make them more reliable in Travis CIMitch Hagstrand2017-01-073-3/+6
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-061-2/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-061-2/+8
| |\ \ | | |/
| | * Merge branch 'pull-request/1360' into PHP-7.0Joe Watkins2017-01-061-2/+8
| | |\
| | | * *[Sessions]: Now session is accessible if process is ran by root. Fixing bug:...Evgeniy Spinov2015-06-281-1/+1
| | | * *[Sessions]: Now session is accessible if process is ran by root. Fixing bug:...Evgeniy Spinov2015-06-241-2/+8
| | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-049-9/+9
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-049-9/+9
* | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-029-9/+9
* | | | Merge branch 'PHP-7.1'Nikita Popov2017-01-0110-127/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-016-60/+0
| |\ \ \ | | |/ /
| | * | Flush stderr on win32 in cli_log_messageNikita Popov2017-01-016-60/+0
* | | | Merge branch 'pull-request/2261'Joe Watkins2017-01-012-3/+5
|\ \ \ \
| * | | | Add PHPAPI php_session_flush and php_session_destroydreamszhu2017-01-012-3/+5
* | | | | Add PHPAPI for session class entrydreamszhu2016-12-311-4/+4
|/ / / /
* | | | fix uninitialized valueAnatol Belski2016-12-271-0/+1
* | | | Fixed typo in "session_module_name"Graham Campbell2016-12-276-6/+6
* | | | fork testsAnatol Belski2016-12-264-3/+73
* | | | Fix tests for appveyorYasuo Ohgaki2016-12-242-4/+2
* | | | Fix bug #73100 - Improve bug fix. Forbid to set 'user' save handler other tha...Yasuo Ohgaki2016-12-225-6/+25
* | | | Remove "register_globals" support codes from php/php_binary serializers.Yasuo Ohgaki2016-12-212-56/+28
* | | | fix test portabilityAnatol Belski2016-12-131-4/+3
* | | | Merge branch 'PHP-7.1'Xinchen Hui2016-12-102-1/+2
|\ \ \ \ | |/ / /