#
6499162f |
| 28-Apr-2016 |
Dmitry Stogov |
- get rid of EG(scope). zend_get_executed_scope() should be used instead. - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change"
- get rid of EG(scope). zend_get_executed_scope() should be used instead. - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.
show more ...
|
Revision tags: php-5.6.21RC1, php-7.0.6RC1 |
|
#
7abfaac9 |
| 01-Apr-2016 |
Dmitry Stogov |
Merge zend_execute_data->called_scope into zend_execute_data->This. "called_scope" made sense only for static method calls, for dynamic calls it was always equal to the class of $this. Now EG
Merge zend_execute_data->called_scope into zend_execute_data->This. "called_scope" made sense only for static method calls, for dynamic calls it was always equal to the class of $this. Now EG(This) may store IS_OBJECT + $this or IS_UNUSED + "called_scope" (of course, "called_scope" may be NULL). Some code might need to be adopted to support this change. Checks (Z_OBJ(EX(This))) might need to be converted into (Z_TYPE(EX(This)) == IS_OBJECT).
show more ...
|
Revision tags: php-5.6.20, php-5.5.34, php-7.0.5 |
|
#
7e069daa |
| 20-Mar-2016 |
Jakub Zelenka |
Fix bug #71835 (json_encode sometimes incorrectly detects recursion with JsonSerializable)
|
Revision tags: php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32 |
|
#
0df9b514 |
| 22-Jan-2016 |
Xinchen Hui |
Return meaningful value
|
#
b27e1028 |
| 21-Jan-2016 |
Xinchen Hui |
Empty line
|
#
145555f8 |
| 21-Jan-2016 |
Xinchen Hui |
Cover overloaded functions
|
#
2ee73ee0 |
| 21-Jan-2016 |
Xinchen Hui |
Let's add a class entry for testing
|
Revision tags: php-5.6.18RC1, php-7.0.3RC1 |
|
#
39f09507 |
| 13-Jan-2016 |
Xinchen Hui |
Fixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())
|
Revision tags: php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
97a9470d |
| 02-Jan-2016 |
Xinchen Hui |
bump year which is missed in rev 49493a2
|
#
3537e95d |
| 02-Jan-2016 |
Xinchen Hui |
bump year which is missed in rev 49493a2
|
#
6700be67 |
| 26-Dec-2015 |
Xinchen Hui |
Fixed bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start)
|
Revision tags: php-7.0.2RC1 |
|
#
ef6514d6 |
| 16-Dec-2015 |
Dmitry Stogov |
Don't use deprecated API
|
Revision tags: php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1 |
|
#
d70aa14f |
| 09-Nov-2015 |
Xinchen Hui |
Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause segfaults)
|
Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5 |
|
#
cf092b1b |
| 12-Oct-2015 |
Felipe Pena |
- Revert change, no check is needed there
|
#
acbecd7b |
| 11-Oct-2015 |
Felipe Pena |
- Fixed regression when calling func_get_args() from global scope
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
a9636ff5 |
| 23-Sep-2015 |
Xinchen Hui |
Fixed bug #70555 (fun_get_arg() on unsetted vars return UNKNOW) and also keep the indices of func_get_args(). since they are similar issue of #70574, thus reuse its test script.
|
#
0f3ab1c2 |
| 22-Sep-2015 |
Xinchen Hui |
Fixed #70547 similar bug in func_get_args
|
#
e1dcfd2c |
| 22-Sep-2015 |
Xinchen Hui |
Fixed bug #70547 (unsetting function variables corrupts backtrace)
|
Revision tags: php-5.6.14RC1, php-7.0.0RC3 |
|
#
d5b78cec |
| 03-Sep-2015 |
Xinchen Hui |
We should keep one refcount to resource
|
#
6815c08e |
| 03-Sep-2015 |
Xinchen Hui |
Fixed bug #70398 (SIGSEGV, Segmentation fault zend_ast_destroy_ex)
|
Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1 |
|
#
13567d5d |
| 14-Aug-2015 |
Nikita Popov |
Don't copy zend_strings during exception creation Minor optimization...
|
#
a094f4fa |
| 14-Aug-2015 |
Xinchen Hui |
Remove useless insert
|
Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44 |
|
#
668ecaa6 |
| 04-Aug-2015 |
Dmitry Stogov |
Fixed bug #70098 (Real memory usage doesn't decrease)
|
Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
3422fb57 |
| 02-Jul-2015 |
Xinchen Hui |
Use hash_str directly
|
#
324d5ecb |
| 30-Jun-2015 |
Rasmus Lerdorf |
debug_print_backtrace has a 2nd optional arg
|