ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

index [2025/11/22 07:51] – created - external edit 127.0.0.1index [2026/08/17 18:55] (current) – mnewnham
Line 13: Line 13:
  
 Note that ADOdb is not a replacement for the [[http://php.net/manual/en/refs.database.php|native PHP database extensions]], but is built on top of them. This means that the corresponding driver(s) must be installed and correctly configured for ADOdb to work. Note that ADOdb is not a replacement for the [[http://php.net/manual/en/refs.database.php|native PHP database extensions]], but is built on top of them. This means that the corresponding driver(s) must be installed and correctly configured for ADOdb to work.
- +===== Current Releases ===== 
-<WRAP right 340px box round> +^ Release  ^ From Github                                                                ^ From Packagist                                                             ^ Description                             ^ 
-<wrap> +| 5.23.0   | [[https://github.com/mnewnham/ADOdb/releases/tag/v5.23.0|mnewnham/adodb]]  | [[https://packagist.org/packages/mnewnham/adodb-upstream|adodb-upstream]]  | Maintenance release for ADOdb 5         | 
-[[https://sourceforge.net/projects/adodb/files/latest/download|{{:download-big.png|Download the latest stable release from SourceForge}}]]</wrap> +| 5.22.11  | [[https://github.com/ADOdb/ADOdb/releases/tag/v5.22.11|adodb/adodb]]       | [[https://packagist.org/packages/adodb/adodb-php|adodb-php]]               | Last release from dormant project site  |
-<wrap padding-left:10px> **Stable Release** +
-</wrap> \\ +
-<wrap> +
-[[https://sourceforge.net/projects/adodb/files/adodb-php5-only/adodb-5.21/|{{:download-big.png|Download the previous Stable release from SourceForge}}]]</wrap> +
-<wrap padding-left:10px> **Legacy Release** +
-</wrap> \\ +
-<wrap> +
-[[https://sourceforge.net/projects/adodb/files/Documentation/|{{:download-big.png|Download the documentation from SourceForge}}]]</wrap> +
-<wrap padding-left:10px> **Documentation** +
-</wrap> +
- +
- +
-== Current Status == +
-^ Description                 ^ Version                                                                        ^ +
-| Stable Release  | [[https://github.com/ADOdb/ADOdb/releases/latest|5.22.11]]                     | +
-| Legacy Release((This is the earliest supported release - **Security and critical bug fixes only**)) | [[https://github.com/ADOdb/ADOdb/releases/v5.21.4|5.21.4]]                    | +
-| Older, unsupported Releases | [[https://sourceforge.net/projects/adodb/files/adodb-php5-only/|SourceForge]]  | +
-| Production Track            | [[project:version_5_development|Version 5]]                       | +
-| Development Track           | [[project:version_6_development|Version 6]]                       | +
- +
-<WRAP center 80%> +
-<wrap left> +
-[[https://x.com/ADODB_announce|{{:x-logo-black.png?50|Follow @ADODB_announce on  +
-X}}]] +
-</wrap> +
-Follow us on X\\ +
-**[[https://x.com/ADODB_announce|@ADODB_announce]]** +
-</WRAP> +
- +
-<WRAP center 80%> +
-<wrap left> +
-[[https://phpc.social/@adodb|{{:mastodon-logo.svg?50|Follow @adodb on Mastodon}}]] +
-</wrap> +
-We are also **[[https://phpc.social/@adodb|@adodb]]** \\ +
-on Mastodon's //phpc.social// community. +
-</WRAP> +
- +
-</WRAP> +
  
 ===== Installation ===== ===== Installation =====
Line 69: Line 30:
 <WRAP left> <WRAP left>
 ^ ADOdb version  ^ Earliest PHP version  ^ ^ ADOdb version  ^ Earliest PHP version  ^
 +| 5.23           | 8.3                   |
 | 5.22           | 7.0                   | | 5.22           | 7.0                   |
 | 5.21           | 5.5.9                 | | 5.21           | 5.5.9                 |
Line 84: Line 46:
  
 <WRAP clear></WRAP> <WRAP clear></WRAP>
 +=== Current Maintenance Release ===
 +   composer require mnewnham/adodb-upstream ^5.23 (Will replace existing adodb/adodb-php installs)
  
 === Current Production Release === === Current Production Release ===
Line 95: Line 59:
  
 ==== Project Location ==== ==== Project Location ====
 +<WRAP right>[[https://github.com/mnewnham/ADOdb|{{:github-mark-64px.png|Maintenance Releases on GitHub}}]]</WRAP>
 <WRAP right>[[https://github.com/ADOdb/ADOdb|{{:github-mark-64px.png|ADOdb Project on GitHub}}]]</WRAP> <WRAP right>[[https://github.com/ADOdb/ADOdb|{{:github-mark-64px.png|ADOdb Project on GitHub}}]]</WRAP>
 ADOdb's source code and bug tracker are located at [[https://github.com/ADOdb/ADOdb|Github]]. ADOdb's source code and bug tracker are located at [[https://github.com/ADOdb/ADOdb|Github]].
Line 138: Line 103:
   * Check the //{{tagpage>dormant}}// tag; if you have expertise in the Databases listed, consider helping us out   * Check the //{{tagpage>dormant}}// tag; if you have expertise in the Databases listed, consider helping us out
   * Help us improve [[project:documentation]], both developer and user. It has recently been converted from old html files, and may contain numerous errors.   * Help us improve [[project:documentation]], both developer and user. It has recently been converted from old html files, and may contain numerous errors.
- 
-===== Announcements ===== 
- 
-Follow us on **[[https://x.com/ADOdb_announce|@ADOdb_announce]]** on X. We post notices of new releases and important bug fixes first there. 
- 
-==== Releases ==== 
- 
-<WRAP right info 50%> 
-The [[https://github.com/ADOdb/ADOdb/releases|complete list of Releases]] is available on GitHub. 
- 
-Detailed information can be found in the [[https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md|Changelog]].</WRAP> 
- 
-The 5 most recent Releases 
-{{rss>https://github.com/adodb/adodb/releases.atom 5 date}} 
- 
  
 ===== Miscellaneous ===== ===== Miscellaneous =====
index.txt · Last modified: by mnewnham