php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56527 import/export function namings
Submitted: 2005-09-05 16:40 UTC Modified: 2005-09-10 13:04 UTC
From: eflash at gmx dot net Assigned:
Status: Not a bug Package: PDO_OCI (PECL)
PHP Version: 5.0.3 OS: all
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:
26 + 29 = ?
Subscribe to this entry?

 
 [2005-09-05 16:40 UTC] eflash at gmx dot net
Description:
------------
just tried to compile PDO_OCI-0.9;
and this PDO driver is the only one requiring a symbol pdo_parse_params from php_pdo which is not prefixed with php_pdo_ as all other exported symbols; is this intended?

  pdo_parse_params,
  php_pdo_get_exception,
  php_pdo_int64_to_str,
  php_pdo_parse_data_source,
  php_pdo_register_driver,
  php_pdo_unregister_driver,

Guenter.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-10 13:04 UTC] wez@php.net
Not a bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 12:01:29 2024 UTC