Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29, php-7.3.28 |
|
#
72c3eded |
| 26-Feb-2021 |
Dmitry Stogov |
Change the order of properties used for var_dump(), serialize(), comparison, etc. Now properties are ordered according to their layout in zend_object structure. |
Revision tags: php-7.3.27, php-7.3.26, php-7.3.26RC1, php-7.3.25, php-7.3.25RC1, php-7.3.24, php-7.3.24RC1, php-7.3.23, php-7.3.23RC1, php-7.3.22, php-7.3.22RC1, php-7.3.21, php-7.3.21RC1 |
|
#
e8430b59 |
| 15-Jul-2020 |
Nikita Popov |
Fixed bug #79862 While normally a private property in the active scope would take priority, we should not use this if it has the wrong "staticness". |