php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #33001 Strange links in the See Also of mysql_thread_id()
Submitted: 2005-05-10 20:48 UTC Modified: 2005-05-10 23:02 UTC
From: webmaster at colder dot ch Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2005-05-10 20:48 UTC] webmaster at colder dot ch
Description:
------------
http://php.net/mysql_thread_id


Patch:

phpdoc/en/reference/mysql/functions/mysql-thread-id.xml

*** 67,74 ****
     <simplelist>
      <member><function>mysql_ping</function></member>
      <member><function>mysql_list_processes</function></member>
-     <member><function>mysql_</function></member>
-     <member><function>mysql_</function></member>
     </simplelist>
    </para>
   </refsect1>
--- 67,72 ----

Expected result:
----------------
See Also

mysql_ping()
mysql_list_processes()


Actual result:
--------------
See Also

mysql_ping()
mysql_list_processes()
mysql_()
mysql_()


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-10 23:02 UTC] vrana@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 13:00:01 2025 UTC