From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.0.6
PHP Bug Type:     Documentation problem
Bug description:  mistakes in oracle 8 ocifetchinto funtion documentation

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.

-- 
Edit bug report at http://bugs.php.net/?id=15936&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15936&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15936&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15936&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15936&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15936&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15936&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15936&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15936&r=submittedtwice

Reply via email to