ID: 32573 Updated by: [EMAIL PROTECTED] Reported By: jmarbas at hotmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: 5.0.3 New Comment:
It is really fixed but the web manual build date is 31-03-2005 as you can check at http://www.php.net/manual/en/. Derick, can you please rebuild the manual. Previous Comments: ------------------------------------------------------------------------ [2005-05-02 09:17:37] jmarbas at hotmail dot com Im looking at the page http://ca3.php.net/manual/en/function.mysqli-query.php and the bug is still there. I know there is a delay, but it is one month later. ------------------------------------------------------------------------ [2005-04-04 20:20:22] [EMAIL PROTECTED] This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. fixed by dmytton: http://news.php.net/php.doc/969367403 ------------------------------------------------------------------------ [2005-04-04 19:12:13] jmarbas at hotmail dot com Description: ------------ http://ca3.php.net/manual/en/function.mysqli-query.php On the documentation for mysql_query you listed its syntax as below: class mysqli { mixed query (string query) } But you missed the resultmode parameter and it should read class mysqli { mixed query (string query[,int resultmode]) } ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32573&edit=1