php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #15116 Rendering/naming Problem
Submitted: 2002-01-19 13:15 UTC Modified: 2002-06-17 18:48 UTC
From: holliwell at gmx dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.1.1 OS: n/a
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: holliwell at gmx dot net
New email:
PHP Version: OS:

 

 [2002-01-19 13:15 UTC] holliwell at gmx dot net
Some links are not correctly rendered/displayed in the funktion reference:
Image functions and Oracle8 functions.
The reason: funtion names inside <function></function> are uppercase.

See below:
Image functions
For example: xml source of function imagearc
    See also <function>ImageEllipse</function>,
    <function>ImageFilledEllipse</function>, and
    <function>ImageFilledArc</function>.

Oracle8 functions
For example: xml source of function OCIDefineByName
<para>
If you need to define an abstract Datatype    (LOB/ROWID/BFILE) you
need to allocate it first using
<function>OCINewDescriptor</function> function. See also the
<function>OCIBindByName</function> function.
</para>

Online to see at:
http://www.php.net/manual/en/function.ocidefinebyname.php

In reply to my mail to PHO-DOC list the answer from Jim Winstead:

>as near as i can tell, the stylesheets should be trying >to do a case-insensitive comparison to avoid this issue. >if that isn't working, it's a bug in the html-common.dsl >stylesheet.
>
> jim

Is this a bug in the stylesheets or should all function names inside <fucntion></function> be lowercase?

Friedhelm Betz

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-17 18:48 UTC] hholzgra@php.net
fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 18 05:01:28 2024 UTC