php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2340 Problem with OCINewDescriptor
Submitted: 1999-09-21 10:45 UTC Modified: 2006-07-17 08:52 UTC
From: kleshner at spyral dot net Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0 Beta 2 OS: Redhat Linux 5.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kleshner at spyral dot net
New email:
PHP Version: OS:

 

 [1999-09-21 10:45 UTC] kleshner at spyral dot net
Get "Warning: add_assoc_function() is no longer supported in ... on line nn."  Script is the example in the manual for OCIBindByName() function, and line nn is the line containing:

$rowid = OCINewDescriptor($conn,OCI_D_ROWID);

PHP configured with:

./configure  --with-apache=/usr/local/apache/apache_1.3.4 --with-mysql=/usr/local/mysql --with-oci8=/u01/app/oracle/product/8.0.5 --enable-track-vars --disable-debug

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-22 03:37 UTC] thies at cvs dot php dot net
fixed in CVS - will be in beta3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC