From: uw Operating system: PHP version: 5.4SVN-2011-10-06 (snap) Package: MySQLi related Bug Type: Bug Bug description:mysqli_refresh still exists and is undocumented
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 bug report at https://bugs.php.net/bug.php?id=55860&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=55860&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=55860&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=55860&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=55860&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=55860&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=55860&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=55860&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=55860&r=needscript Try newer version: https://bugs.php.net/fix.php?id=55860&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=55860&r=support Expected behavior: https://bugs.php.net/fix.php?id=55860&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=55860&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=55860&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=55860&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=55860&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=55860&r=dst IIS Stability: https://bugs.php.net/fix.php?id=55860&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=55860&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=55860&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=55860&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=55860&r=mysqlcfg