]> granicus.if.org Git - php/commit
Bug #62956: fixing private method signature validation
authorLars Strojny <lstrojny@php.net>
Tue, 28 Aug 2012 12:06:18 +0000 (14:06 +0200)
committerLars Strojny <lstrojny@php.net>
Tue, 28 Aug 2012 12:10:25 +0000 (14:10 +0200)
commit6b1073a3a7030d70a684638f098dbf22affb5c63
treebac6804f2646f92227d78904f722f839526452bc
parentdd9478e6c871418a7e130e5f6cacc7eaa8d92cf4
Bug #62956: fixing private method signature validation

In inheritance, if both methods are private, don not enforce the same
signature.
Zend/tests/bug61761.phpt
Zend/tests/bug62956.phpt [new file with mode: 0644]
Zend/zend_compile.c