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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC