At the team with which I work we have lots of own old deprecated PHP functions that are used through out the project. We can rewrite old code to use new API but it requires a lot of time and effort and it doesn't fit in our current priorities. The best we can do now is to mark such functions as deprecated to prevent developers to use them in new code.
Continue reading...