php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37143 [chm] bug on ref.oci8.html
Submitted: 2006-04-20 07:47 UTC Modified: 2007-02-21 09:23 UTC
From: RQuadling at GMail dot COM Assigned: techtonik (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: windows
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-20 07:47 UTC] RQuadling at GMail dot COM
Description:
------------
I have found a bug on page ref.oci8.html
[chm date: 2006-04-19]...

There are many functions whose short description is just "Alias of".

There are 35 functions with a proper description - "ocibindbyname - Alias of oci_bind_by_name", but 15 functions which have no "of" part - "ocicloselob - Alias of".

It seems that the ones with an "of" are straight aliases of existing function names.

The ones without an "of" are aliases for a method of a class.



Expected result:
----------------
ocisavelog - Alias of OCI-Lob->save
etc.

Actual result:
--------------
ocisavelog - Alias of
etc.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-26 11:55 UTC] vrana@php.net
This is XSL templates problem. <refpurpose>s of these functions use <xref linkend="function.*" />.
 [2007-02-19 18:35 UTC] techtonik@php.net
Sorry, I have problems accessing CVS ports from here. I change this from Assigned to Open as I do not even know if the issue is still actual. 
 [2007-02-21 09:23 UTC] rquadling@php.net
No longer a problem. Can't tell you when this was fixed, sorry.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Aug 07 16:00:02 2025 UTC