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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC