Jani Taskinen wrote:
On Wed, 19 Nov 2003, Michael Walter wrote:


   Spotting a missing function is quite easy, your script simply
   won't work and give a clear error.. :)

Well, not exactly :) It might just not work anymore at some time in the future (as you know you never really have 100% code coverage, even with unit testing and stuff. it's way less than 100%, actually ).


I don't understand why you can't simply have a special DEPRECATELOG (or just entries in the CHANGELOG) which mention which functions have been deprecated due to which reasons, and which talks about possible "fixes"/replacements, tho- a simple (and hypothetical) example:

[PHP 4.3.5]

- strlen(): removed, as it would be redundant now that count() is
 polymorphic.

So, when upgrading, you just go through the new entries, and grep your source files for occurences - no big deal.

Where's the missing point? ;)


Err..we already do this in the NEWS..
(the opposite shows quite well in HEAD, for new functions)
--Jani
No - NEWS contains way more than that. What I was talking about was a file the exclusively contains removed/changed functionality - you might not want to skim over the entire NEWS file if solely interested in BC breaking changes (see Wez' post - no one reads it).

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to