php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8854 Wrong OCI function name
Submitted: 2001-01-23 11:42 UTC Modified: 2001-02-18 06:38 UTC
From: sergey dot gruzdev at novavox dot ru Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.4pl1 OS: Win2000Pro
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sergey dot gruzdev at novavox dot ru
New email:
PHP Version: OS:

 

 [2001-01-23 11:42 UTC] sergey dot gruzdev at novavox dot ru
In documentation and PHP3.x "free decsriptor" function calls as OCIFreeDescriptor(), but in PHP4.04pl1 this function named as OCIFreeDesc(). I think its wrong from backward compatibility point of view.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-18 06:38 UTC] thies@php.net
do not use this function - it has no effect if called like 
this:

OCIFreeDescriptor($lob);

instead use $lob->free(); which has not changed between 
PHP 3 -> PHP 4





 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 17:01:31 2025 UTC