On Wed, 2012-11-28 at 23:28 -0500, Anthony Ferrara wrote: > Case in point, take a look at 5.3.0. The following extensions were moved to > PECL: > > > - ext/dbase > - ext/fbsql > - ext/fdf > - ext/ncurses > - ext/mhash (BC layer is now entirely within ext/hash) > - ext/ming > - ext/msql > - ext/sybase > > > Now you could make the argument that they weren't as used as ext/mysql. But > they were removed from core without raising E_DEPRECATED first.
There is another argument: Those aren't deprecated. They were just moved. Aside from mhash it is still fine to use those, we simply don't bundle them anymore. For mhash there is an equivalent replacement in the distribution. With ext/mysql it is about "don't use this anymore. Use mysqli or such" johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php