Marcus Boerger wrote:
i just made up a tiny patch that allows us to deprecate functions. The
background is that in the past we changed to issue E_STRICT or E_NOTICE
for stuff we are going to change in later versions. This is right now not
I noted that the patches use E_NOTICE while I was assu
Anyone against?
Wasn't against it two years ago when I last suggested it so I'm all for it
now :)
+1
I do like the way you've combined the deprecation check with the abstract
check, very sleek and cleanly addresses the performance concerns raised in
regards to this sort of thing.
The one