ID: 15936
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: Windows 2000
PHP Version: 4.0.6
New Comment:
This bug has been fixed in CVS.
Previous Comments:
------------------------------------------------------------------------
[2002-03-07 13:21:56] [EMAIL PROTECTED]
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 this bug report at http://bugs.php.net/?id=15936&edit=1