1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/tests/classes
Nikita Popov 2543e61aed Fixed bug #76509
In PHP static properties are shared between inheriting classes,
unless they are explicitly overwritten. However, because this
functionality was implemented using reference, it was possible
to break the implementation by reassigning the static property
reference.

This is fixed by switching the implementation from using references
to using INDIRECTs, which cannot be affected by userland code.
2018-06-25 15:04:09 +02:00
..
2016-07-14 23:22:09 +02:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2014-07-26 18:38:54 +02:00
2016-08-23 11:32:21 +08:00
2016-08-23 11:32:21 +08:00
2017-02-03 21:02:52 +01:00
2018-06-25 15:04:09 +02:00