| tony2001@php.net 2004-04-29, 5:32 am |
| ID: 28214
Updated by: tony2001@php.net
Reported By: gorla dot massimo at comune dot novara dot it
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: any
PHP Version: Irrelevant
New Comment:
First, there is a note:
--
Note: In PHP versions before 5.0.0 you must use ocifetch() instead.
This name still can be used, it was left as alias of oci_fetch() for
downwards compatability. This, however, is deprecated and not
recommended.
--
and second:
Wait for the next manual build, old function names will be restored.
This will happen in the next few days, just wait for a while.
Previous Comments:
------------------------------------------------------------------------
[2004-04-29 08:18:31] gorla dot massimo at comune dot novara dot it
Description:
------------
The manual section about Oracle 8 functions (chapter LXXIV) does NOT
list the correct function keywords.
Example: oci_fetch() will not be recognized. Instead of it OCIFetch()
will work.
The bug can be seen also in the online manual
(http://it2.php.net/manual/en/ref.oci8.php)
This happens in the english and italian language.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28214&edit=1
|