php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #13700 Database Abstraction API
Submitted: 2001-10-16 19:38 UTC Modified: 2001-10-16 19:50 UTC
From: cpjunk at email dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.0.6 OS: All
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: cpjunk at email dot com
New email:
PHP Version: OS:

 

 [2001-10-16 19:38 UTC] cpjunk at email dot com
There doesn't appear to be a standard database access API in PHP.  Instead there's a separate API for each database supported.  This is insanity for anyone that wants to be able to support multiple databases.  I know there are a number of database abstraction APIs available for PHP but I don't know which one is the best or which one will be continue to be supported in the future.  Are there plans to address these issues in a future release of PHP by adopting one of these abstraction APIs into PHP or creating a new one?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-16 19:50 UTC] rasmus@php.net
PHP ships with 2 such abstraction layers.  A language-level one called dbx and a user-space one called DB which is part of PEAR.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 14:01:30 2025 UTC