On Wed, 3 Mar 2004, Juergen Mueller wrote: > hi, > > I'am a little astonished concerning the modify function parameter order. > mysqli_query ( object link, string query [, int resultmode]) for example expect > the object link after the sql query. in the old ext/mysql it is completly > reversed. I think this is bad for a possible migration from ext/mysql to > ext/mysqli. > > is it possible to change this before release mysqli as stable?
Nope, this is the better thing as the link is always required anyway and it's more logical to do it like this as most other DB and other extensions what their object/resource as first parameter. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
