2.10.1
版本发布时间: 2020-12-30 22:33:49
Ocramius/ProxyManager最新发布版本:2.14.1(2022-03-06 02:43:45)
Release Notes for 2.10.1
2.10.1
- Total issues resolved: 1
- Total pull requests resolved: 6
- Total contributors: 3
bug
- 652: #646 #632 #645 only variables should be returned by-ref in generated dynamic property access simulation code thanks to @Ocramius and @greg0ire
- 651: #642 fix fatal error when accessing a dynamic property of a proxied interface (refactored) thanks to @Ocramius
- 649: Fix lazy-loading-value-holder-internal-php-classes.phpt thanks to @nicolas-grekas
- 646: Fix "Only variable references should be returned by reference" thanks to @nicolas-grekas and @greg0ire
- 645: Fix "Only variable references should be returned by reference" thanks to @nicolas-grekas and @greg0ire
bug,question
- 642: Replace fatal error with notice when accessing proxied interface dynamic property thanks to @nicolas-grekas