summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.c
diff options
context:
space:
mode:
authorStefan Marr <gron@php.net>2011-10-09 11:13:27 +0000
committerStefan Marr <gron@php.net>2011-10-09 11:13:27 +0000
commit7e4b9800f48dc43e4d65afb70fcca171a7ac0def (patch)
treea3a44ec6a48ca0760bf043ab35a7d4b6630e5a96 /ext/json/JSON_parser.c
parentec369966dfb1cad27f0eabbb4e7b0c453fb2460e (diff)
downloadphp-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