php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #28214 oracle functions are typed wrongly
Submitted: 2004-04-29 08:18 UTC Modified: 2004-04-29 08:25 UTC
From: gorla dot massimo at comune dot novara dot it Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: any
Private report: No CVE-ID: None
 [2004-04-29 08:18 UTC] 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.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-29 08:25 UTC] tony2001@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 21:01:26 2024 UTC