Marcus Boerger wrote:
>
> yes
>
I will submit it to bugs.php.net
>
> in the same manner i guess it makes no sense tocommunicate further? :-)
>
> this is a general consideration, people should stop sending these non
> applicable message stubs. They render open source unuseable.
>
Yeah, as much
Hello Ralph,
Monday, May 21, 2007, 9:32:27 PM, you wrote:
> Is this a problem or not?
> The following will produce this notice:
> Strict Standards: Declaration of Z_Concrete::__get() should be
> compatible with that of Z_Abstract::__get() in xxx on line 16
> error_reporting(E_ALL | E_STRICT)
Is this a problem or not?
The following will produce this notice:
Strict Standards: Declaration of Z_Concrete::__get() should be
compatible with that of Z_Abstract::__get() in xxx on line 16
The only difference is that the former has an interface as a parent, the
latter does not. Is this a