php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37222 make test_xml fails on yaz-es
Submitted: 2006-04-27 12:15 UTC Modified: 2006-04-27 12:30 UTC
From: RQuadling at GMail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: RQuadling at GMail dot com
New email:
PHP Version: OS:

 

 [2006-04-27 12:15 UTC] RQuadling at GMail dot com
Description:
------------
Missing ; at the end of an entity.

Patch to fix ...

Index: yaz-es.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/yaz/functions/yaz-es.xml,v
retrieving revision 1.1
diff -u -r1.1 yaz-es.xml
--- yaz-es.xml  25 Apr 2006 20:38:54 -0000      1.1
+++ yaz-es.xml  27 Apr 2006 12:13:59 -0000
@@ -75,7 +75,7 @@
        An array with extended service options plus
        package specific options. The options are identical to
        those offered in the C API of ZOOM C. Refer to
-       the ZOOM <ulink url="&url.yaz.zoom.ext">Extended Services</ulink>.
+       the ZOOM <ulink url="&url.yaz.zoom.ext;">Extended Services</ulink>.
       </para>
      </listitem>
     </varlistentry>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-27 12:30 UTC] dbs@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.

Yaz, that was es-y enough to fix :)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 02 19:00:02 2025 UTC