php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #15936 mistakes in oracle 8 ocifetchinto funtion documentation
Submitted: 2002-03-07 13:21 UTC Modified: 2002-03-08 14:36 UTC
From: troika at free dot fr Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: Windows 2000
Private report: No CVE-ID: None
 [2002-03-07 13:21 UTC] troika at free dot fr
Please notice that in the french chm php manual, the documentation
of the optional parameter of oracle 8 fonction ocifetchinto is erroneous:
constants name should be all characters in uppercase (OCI_ASSOC instead of
oci_ASSOC etc...).

I have checked other functions documentation and it's the same on ociexecute with oci_COMMIT_ON_SUCCESS instead of OCI_COMMIT_ON_SUCCESS 

So I suppose this might be a mistake in all the oracle 8 (OCI) xml file wich you use to generate chm help files

sorry for my bad english
best regards


Benjamin Leblanc


PS : Sample of oracle 8 module documentation - ocifetchinto:
-------------------------------------------------------------

L'option mode vous permet de modifier le comportement par d?faut de la
fonction. Vous pouvez passer plusieurs modes simplement en les additionnant
(i.e. oci_ASSOC+oci_RETURN_NULLS). Les modes valides sont :


      oci_ASSOC Retourne un tableau associatif.
      oci_NUM Retourne un tableau ? index num?rique (DEFAULT, valeur par
d?faut)
      oci_RETURN_NULLS Retourne les colonnes vides.
      oci_RETURN_LOBS Retourne la valeur des objets LOB plut?t que leur
descripteur.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-08 14:36 UTC] sander@php.net
This bug has been fixed in CVS.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Sep 08 13:01:28 2024 UTC