Edit report at https://bugs.php.net/bug.php?id=55860&edit=1
ID: 55860 Updated by: and...@php.net Reported by: u...@php.net Summary: mysqli_refresh still exists and is undocumented Status: Open Type: Bug -Package: MySQLi related +Package: Documentation problem PHP Version: 5.4SVN-2011-10-06 (snap) -Assigned To: +Assigned To: philip Block user comment: N Private report: N New Comment: This function needs documentation. Here is the mysql documentation: http://dev.mysql.com/doc/refman/5.0/en/mysql-refresh.html Previous Comments: ------------------------------------------------------------------------ [2011-10-06 13:06:48] u...@php.net Description: ------------ mysqli_refresh() exists in 5.4 sapi/cli/php -r 'mysqli_refresh("foo");' PHP Warning: mysqli_refresh() expects exactly 2 parameters, 1 given in Command line code on line 1 According to the documentation is it only available until 5.3 nixnutz@linux-fuxh:~/php/phpdoc> grep -R refresh en/reference/mysqli/ en/reference/mysqli/versions.xml: <function name='mysqli_refresh' from='PHP 5 <= 5.3.0'/> en/reference/mysqli/.svn/text-base/versions.xml.svn-base: <function name='mysqli_refresh' from='PHP 5 <= 5.3.0'/> Test script: --------------- See above Expected result: ---------------- Either update docs or remove function ?! Deprecate it at least... ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55860&edit=1