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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 + 48 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 19:01:28 2024 UTC