On Sat, Jun 27, 2009 at 22:19, Chris Williams<[email protected]> wrote: > I was just on this page: > http://us3.php.net/manual/en/function.mysql-list-fields.php and noticed that > it was deprecated, but only because I'm extremely used to the layout of the > docs pages for php; it didn't jump out at me. Maybe it might be better to > wrap the "this function is deprecated" statement in strong tags to make it > super obvious?
Yeah, we really need to make it obvious that a function/feature/parameter/whatever is deprecated. However, according to the source, this particular function isn't actually deprecated, and neither is the mysql_listfields() alias to it. I assume that is a "bug" in the source? -Hannes
