Hi Derick,

I don't know if you have tried something like this with the recent
changes that were made to zend_compile.c:

Class A {
        function fred() {
        }
}

Class B extends A {
        function fred() {
        }
}

Class B is not allowed to override fred()!

A slightly more clever version of the method redeclaration check is
needed I think!

--Wez.

Attachment: smime.p7s
Description: application/pkcs7-signature

Reply via email to