#
00eaaca1 |
| 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 |
#
34ff7bbe |
| 15-Jan-2016 |
Yasuo Ohgaki |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Fixed bug #69111 (Crash in SessionHandler::read()). Made session save handler abuse much harder than before.
|
#
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 ...
|
#
132d919c |
| 15-Jan-2016 |
Yasuo Ohgaki |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Improved fix for bug #68063 (Empty session IDs do still start sessions).
|
#
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() |
#
224aaf94 |
| 12-Jan-2016 |
Yasuo Ohgaki |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Fixed Bug #71038 session_start() returns TRUE on failure
|
#
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 |
|
#
ed35de78 |
| 01-Jan-2016 |
Lior Kaplan |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Happy new year (Update copyright to 2016)
|
#
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 |
#
714f28d8 |
| 16-Dec-2015 |
Yasuo Ohgaki |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Fixed bug #71122 Session GC may not remove obsolete session data
|
#
e8f1c29c |
| 16-Dec-2015 |
Yasuo Ohgaki |
Fixed bug #71122 Session GC may not remove obsolete session data |
#
81612305 |
| 15-Dec-2015 |
Yasuo Ohgaki |
Fixed Bug #71122 Session GC may not remove obsolete session data |
#
1e042ae4 |
| 15-Dec-2015 |
Yasuo Ohgaki |
Fix merge conflict
|
Revision tags: php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8 |
|
#
a03786f7 |
| 13-Nov-2015 |
Yasuo Ohgaki |
Use distinguishable error messages. |
Revision tags: php-7.0.0RC7, php-5.6.16RC1 |
|
#
e9fd8ad4 |
| 07-Nov-2015 |
Xinchen Hui |
Fixed bug #70876 (Segmentation fault when regenerating session id with strict mode) |
Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3 |
|
#
286b157a |
| 16-Sep-2015 |
Remi Collet |
fix regressio introduce in 22e23e7cb8ca9aa134d138b5fed031af6c842b44 |
#
066c05e5 |
| 15-Sep-2015 |
Xinchen Hui |
Suppressed warning about this function is not used |
#
3bf9bd5e |
| 08-Sep-2015 |
Yasuo Ohgaki |
Fix typo in comment. |
#
f4c9deb4 |
| 08-Sep-2015 |
Yasuo Ohgaki |
Add URL rewrite issue note. |
#
aa352a34 |
| 06-Sep-2015 |
Yasuo Ohgaki |
Make sure closing save handler. |