diff options
| author | Stefan Marr <gron@php.net> | 2011-10-09 11:13:27 +0000 |
|---|---|---|
| committer | Stefan Marr <gron@php.net> | 2011-10-09 11:13:27 +0000 |
| commit | 7e4b9800f48dc43e4d65afb70fcca171a7ac0def (patch) | |
| tree | a3a44ec6a48ca0760bf043ab35a7d4b6630e5a96 /ext/json/JSON_parser.c | |
| parent | ec369966dfb1cad27f0eabbb4e7b0c453fb2460e (diff) | |
| download | php-git-7e4b9800f48dc43e4d65afb70fcca171a7ac0def.tar.gz | |
Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC]
# The handling of legacy constructors defined by traits was corrected.
# They are now properly registered and used on instantiation.
# The situation for conflicting legacy and __construct constructors is
# mostly identical. If they are defined in the class, they override conflicts
# and do not collide. However, in case different styles are mixed, between
# class and trait definition, we assume a programmer's mistake and report
# a collision.
#
# BTW: +1 for all the fixed tests! `make test` is fun again.
Diffstat (limited to 'ext/json/JSON_parser.c')
0 files changed, 0 insertions, 0 deletions
