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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
index [2022/10/28 23:48] – Release 5.22.4 dregadindex [2023/06/11 13:29] – Release 5.22.6 dregad
Line 1: Line 1:
 ====== ADOdb - Database Abstraction Layer for PHP ====== ====== ADOdb - Database Abstraction Layer for PHP ======
 +
 +<WRAP right>[[https://github.com/ADOdb/ADOdb|{{:github-mark-64px.png?45|ADOdb Project on GitHub}}]]</WRAP>
  
 ADOdb is a fast, easy to use, popular database abstraction layer for [[wp>PHP]]. It allows the same code to be used when accessing a [[v5:database:supported|wide range of databases]].  ADOdb is a fast, easy to use, popular database abstraction layer for [[wp>PHP]]. It allows the same code to be used when accessing a [[v5:database:supported|wide range of databases]]. 
  
-It has been actively maintained since 2000 by the project's founder, John Lim, who decided to retire from the project in 2013. Damien Regad and Mark Newnham took over the project, with the help of numerous [[https://github.com/ADOdb/ADOdb/graphs/contributors|community contributors]]. +It has been actively maintained since 2000 by the project's founder, John Lim, who decided to retire in 2013. Damien Regad and Mark Newnham took over the project, with the help of numerous [[https://github.com/ADOdb/ADOdb/graphs/contributors|community contributors]]. 
  
 ADOdb contains components for querying and updating databases, as well as an Object Orientated [[v5:activerecord:activerecord_index|Active Record]] library, schema management and performance monitoring. It also contains the following standalone extensions: ADOdb contains components for querying and updating databases, as well as an Object Orientated [[v5:activerecord:activerecord_index|Active Record]] library, schema management and performance monitoring. It also contains the following standalone extensions:
Line 18: Line 20:
 </wrap> \\ </wrap> \\
 <wrap> <wrap>
-[[https://sourceforge.net/projects/adodb/files/adodb-php5-only/adodb-520-for-php5/|{{:download-big.png|Download the previous Stable release from SourceForge}}]]</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 padding-left:10px> **Legacy Release**
 </wrap> \\ </wrap> \\
Line 25: Line 27:
 <wrap padding-left:10px> **Documentation** <wrap padding-left:10px> **Documentation**
 </wrap> </wrap>
 +
  
 == Current Status == == Current Status ==
 ^ Description                 ^ Version                                                                        ^ ^ Description                 ^ Version                                                                        ^
-| Stable Release  | [[https://github.com/ADOdb/ADOdb/releases/latest|5.22.4]]                     |+| Stable Release  | [[https://github.com/ADOdb/ADOdb/releases/latest|5.22.6]]                     |
 | 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]]                    | | 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]]  | | Older, unsupported Releases | [[https://sourceforge.net/projects/adodb/files/adodb-php5-only/|SourceForge]]  |
Line 34: Line 37:
 | Development Track           | [[project:version_6_development|Version 6]]                       | | Development Track           | [[project:version_6_development|Version 6]]                       |
  
-<WRAP center 70%>+<WRAP center 80%>
 <wrap left> <wrap left>
 [[https://twitter.com/ADODB_announce|{{:2021_twitter_logo_-_blue.png?50|Follow @ADODB_announce on  [[https://twitter.com/ADODB_announce|{{:2021_twitter_logo_-_blue.png?50|Follow @ADODB_announce on 
 Twitter}}]] Twitter}}]]
 </wrap> </wrap>
-Follow us on Twitter \\ <html> +Follow us on Twitter \\ 
-  <a href="https://twitter.com/ADODB_announce"> +**[[https://twitter.com/ADODB_announce|@ADODB_announce]]**
-    <strong>@ADODB_announce</strong> +
-  </a> +
-</html>+
 </WRAP> </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>
 +
 +</WRAP>
 +
  
 ===== Installation ===== ===== Installation =====
Line 52: Line 61:
 ==== System requirements ==== ==== System requirements ====
  
-ADOdb is compatible with and supported on all [[https://www.php.net/supported-versions|active versions of PHP]] (>= 7.4 as of this writing), including PHP 8.1+ADOdb is compatible with and supported on all [[https://www.php.net/supported-versions|active versions of PHP]] (>= 7.4 as of this writing), including PHP 8.2
 See [[v5:php_compatibility_status]] for further details. See [[v5:php_compatibility_status]] for further details.
  
 It is expected to work as well on earlier, legacy PHP versions per table below, but this is not officially supported or tested. It is expected to work as well on earlier, legacy PHP versions per table below, but this is not officially supported or tested.
  
 +
 +<WRAP left>
 ^ ADOdb version  ^ Earliest PHP version  ^ ^ ADOdb version  ^ Earliest PHP version  ^
 | 5.22           | 7.0                   | | 5.22           | 7.0                   |
 | 5.21           | 5.5.9                 | | 5.21           | 5.5.9                 |
 | 5.20           | 5.3.2                 | | 5.20           | 5.3.2                 |
 +</WRAP>
 +
 +==== Manual Installation ====
 +
 +Download the software using the links on the right, and unpack it into the directory of your choice.
  
 ==== Installation Via Composer ==== ==== Installation Via Composer ====
Line 66: Line 82:
 This is the recommended installation method. This is the recommended installation method.
 ADOdb is available on [[https://packagist.org/packages/adodb/adodb-php|Packagist]]. ADOdb is available on [[https://packagist.org/packages/adodb/adodb-php|Packagist]].
 +
 +<WRAP clear></WRAP>
  
 === Current Production Release === === Current Production Release ===
Line 73: Line 91:
   composer require adodb/adodb-php dev-master   composer require adodb/adodb-php dev-master
  
-==== Manual Installation ==== 
-Download and unpack into the directory of choice. 
  
 ===== Support ===== ===== Support =====
Line 81: Line 97:
 <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]].
-See also the [[https://sourceforge.net/projects/adodb/|SourceForge project page]].+ 
 +See also the legacy [[https://sourceforge.net/projects/adodb/|SourceForge project page]], where you can download the official release zip / tarballs.
  
 ==== How To Ask For Help === ==== How To Ask For Help ===
Line 122: Line 139:
  
 ^ Date        ^ Description                                                                                                                                                                            ^ ^ Date        ^ Description                                                                                                                                                                            ^
 +| 11/06/2023  | ADOdb version 5.22.6 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.6/docs/changelog.md|Full Changelog]]                                                      |
 +| 03/04/2023  | ADOdb version 5.22.5 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.5/docs/changelog.md|Full Changelog]]                                                      |
 | 28/10/2022  | ADOdb version 5.22.4 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.4/docs/changelog.md|Full Changelog]]                                                      | | 28/10/2022  | ADOdb version 5.22.4 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.4/docs/changelog.md|Full Changelog]]                                                      |
 | 06/09/2022  | ADOdb version 5.22.3 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.3/docs/changelog.md|Full Changelog]]                                                      | | 06/09/2022  | ADOdb version 5.22.3 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.3/docs/changelog.md|Full Changelog]]                                                      |
index.txt · Last modified: 2024/01/24 08:14 by dregad