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
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:
19 + 39 = ?
Subscribe to this entry?

 
 [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: Sat May 11 00:01:31 2024 UTC