|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesahmed205 (last revision 2011-10-07 00:10 UTC by elshakry at yahoo dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-10-18 20:33 UTC] andrey@php.net
-Package: MySQLi related
+Package: Documentation problem
-Assigned To:
+Assigned To: philip
[2011-10-18 20:33 UTC] andrey@php.net
[2011-12-09 07:55 UTC] philip@php.net
[2011-12-09 07:55 UTC] philip@php.net
-Status: Assigned
+Status: Closed
[2011-12-09 07:55 UTC] philip@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 04:00:02 2025 UTC |
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...