#
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
|
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.
|
#
f34b858e |
| 06-Sep-2015 |
Yasuo Ohgaki |
Fix #70013: Reference to $_SESSION is lost after a call to session_regenerate_id()
|
Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29 |
|
#
2d72a17a |
| 02-Sep-2015 |
Anatol Belski |
use correct api
|
#
45a72785 |
| 02-Sep-2015 |
Anatol Belski |
fix leak
|
#
6640aded |
| 02-Sep-2015 |
Stanislav Malyshev |
fix memory leak
|
Revision tags: php-5.4.45 |
|
#
fc8eff89 |
| 29-Aug-2015 |
Stanislav Malyshev |
More fixes for bug #70219
|
#
df4bf28f |
| 23-Aug-2015 |
Stanislav Malyshev |
Fix bug #70219 (Use after free vulnerability in session deserializer)
|
Revision tags: php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2 |
|
#
6065b29f |
| 21-Jul-2015 |
Anatol Belski |
Reverted ad4533fdbabcc3e545277e30023b2fdce16297a0 The E_ERROR to E_RECOVERABLE_ERROR should be readded with the proper tests.
|
#
ad4533fd |
| 21-Jul-2015 |
Yasuo Ohgaki |
Change E_ERROR and some E_WARNING to E_RECOVERABLE_ERROR.
|
Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
7ec1e174 |
| 06-Jul-2015 |
Aaron Piotrowski |
Update memory freeing and other issues, revert some changes
|
#
907476f3 |
| 05-Jul-2015 |
Aaron Piotrowski |
Convert E_ERROR to thrown Error in extensions
|
#
4a2e40bb |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
|
#
4bd22cf1 |
| 29-Jun-2015 |
Dmitry Stogov |
Improved zend_string API (Francois Laupretre) Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net>
Improved zend_string API (Francois Laupretre) Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods
show more ...
|
#
b477aa1f |
| 28-Jun-2015 |
Bob Weinand |
Fix bug #69952 (Dereferencing issue in session_start())
|
Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2 |
|
#
1c754f0b |
| 12-Jun-2015 |
Dmitry Stogov |
Get rid of more ZVAL_ZVAL() macros
|
Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40 |
|
#
413d23f6 |
| 12-Apr-2015 |
Josef Šimánek |
Remove MSIE 5-specific Cache-Control fields. reverts 04daa55
|
Revision tags: php-5.6.8RC1, php-5.5.24RC1 |
|
#
512429ff |
| 24-Mar-2015 |
Anatol Belski |
fix datatype mismatches
|