#
98c625a3 |
| 10-Mar-2016 |
Xinchen Hui |
Fixed bug #71754 (Regression in PHP7.0: trivial script segfaults php-cgi)
|
#
1ac15293 |
| 03-Mar-2016 |
Nikita Popov |
Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE Also re bug #71575.
|
Revision tags: php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1 |
|
#
6f81e95c |
| 03-Feb-2016 |
Antony Dovgal |
check length first, prevent out-of-bounds read
|
#
64e8cfad |
| 03-Feb-2016 |
Antony Dovgal |
check length first, prevent out-of-bounds read
|
Revision tags: php-5.6.18, php-7.0.3, php-5.5.32 |
|
#
7421acfc |
| 29-Jan-2016 |
Anatol Belski |
fix wrong gc sequence
|
#
d2c752d7 |
| 29-Jan-2016 |
Anatol Belski |
fix wrong gc sequence
|
#
87a671bb |
| 29-Jan-2016 |
Anatol Belski |
reset ext/session to the state of 7.0.2
|
#
b858224b |
| 29-Jan-2016 |
Anatol Belski |
reset ext/session to the state of 7.0.2
|
#
ae6e139c |
| 29-Jan-2016 |
Anatol Belski |
reset the ext/session to the state of 5.6.17
|
#
99101ba3 |
| 28-Jan-2016 |
Yasuo Ohgaki |
Update error message. Missed to include in previous commit 46d4a371054f43fe8aeca14b83ba722adc84ac10
|
#
46d4a371 |
| 26-Jan-2016 |
Mikko |
Session regenerate id seems to malfunction with 3rd party session handlers Fixed bug #71472 session_regenerate_id malfunctions with certain session handlers
|
Revision tags: php-5.6.18RC1, php-7.0.3RC1 |
|
#
ee1dd494 |
| 18-Jan-2016 |
Yasuo Ohgaki |
Use SUCCESS/FAILURE
|
#
05e87fa4 |
| 18-Jan-2016 |
Yasuo Ohgaki |
Fixed bug #71070 Custom session handler write method returns false, warning message misleading This is commited to master only. If you have better error message suggestion, feel free to impro
Fixed bug #71070 Custom session handler write method returns false, warning message misleading This is commited to master only. If you have better error message suggestion, feel free to improve it.
show more ...
|
#
3b2d98a6 |
| 17-Jan-2016 |
Yasuo Ohgaki |
Fixed bug #71394 (session_regenerate_id() must close opened session on errors)
|
#
00eaaca1 |
| 17-Jan-2016 |
Yasuo Ohgaki |
Remove unnecessary warning by warning reorder.
|
#
dbba4418 |
| 17-Jan-2016 |
Yasuo Ohgaki |
Remove unnecessary warning by warning reorder.
|
#
93db2dac |
| 15-Jan-2016 |
Anatol Belski |
PS(id) is zend_string *, use appropriate API
|
#
bfb9307b |
| 15-Jan-2016 |
Yasuo Ohgaki |
Fixed bug #69111 (Crash in SessionHandler::read()). Made session save handler abuse much harder than before.
|
#
d7f8d9e3 |
| 15-Jan-2016 |
Yasuo Ohgaki |
Fix typo
|
#
31ae8027 |
| 15-Jan-2016 |
Yasuo Ohgaki |
Fix uninitialized read in rfc1867 handler reported by valgrind. Only in PHP 5.6. This commit fixes initialized read, but calling php_session_initialize() directly is problematic because confi
Fix uninitialized read in rfc1867 handler reported by valgrind. Only in PHP 5.6. This commit fixes initialized read, but calling php_session_initialize() directly is problematic because configuration could be invalid. Invalid config may result in segfault. This will be addressed later.
show more ...
|
#
8c37a086 |
| 15-Jan-2016 |
Yasuo Ohgaki |
Improved fix for bug #68063 (Empty session IDs do still start sessions).
|
#
63c77ee4 |
| 12-Jan-2016 |
Yasuo Ohgaki |
Use php_session_abort()
|
#
a15e9ccb |
| 12-Jan-2016 |
Yasuo Ohgaki |
Fixed Bug #71038 session_start() returns TRUE on failure
|
Revision tags: php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016)
|
Revision tags: php-7.0.2RC1 |
|
#
57be57ac |
| 16-Dec-2015 |
Yasuo Ohgaki |
Fix ZTS build
|