Does anyone object to removing the deprecated alias function files from ext.mysqli that are now mysqli_stm_* functions? For example: mysqli_stmt_fetch() versus mysqli_fetch(). Then the real functions will refer to the alias using &info.deprecated.alias;
The question is whether depreciated functions will be findable with http://php.net/function_name et al.
Goba