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
index [2023/06/12 14:53] – [Why Don't You Support Earlier Versions?] dregadindex [2025/08/04 12:54] (current) – Twitter => X dregad
Line 9: Line 9:
 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:
  
-  * A [[v5:datetime:datetime_index|Date/Time]] library to handle dates outside of the normal PHP limits.+  * A (deprecated) [[v5:datetime:datetime_index|Date/Time]] library to handle dates outside of the normal PHP limits.
   * A [[v5:session:session_index|Session Management]] library that extends the normal PHP functionality to allow storing of session management data in a database, or in encrypted values   * A [[v5:session:session_index|Session Management]] library that extends the normal PHP functionality to allow storing of session management data in a database, or in encrypted values
  
Line 31: Line 31:
 == Current Status == == Current Status ==
 ^ Description                 ^ Version                                                                        ^ ^ Description                 ^ Version                                                                        ^
-| Stable Release  | [[https://github.com/ADOdb/ADOdb/releases/latest|5.22.6]]                     |+| Stable Release  | [[https://github.com/ADOdb/ADOdb/releases/latest|5.22.10]]                     |
 | 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 39: Line 39:
 <WRAP center 80%> <WRAP center 80%>
 <wrap left> <wrap left>
-[[https://twitter.com/ADODB_announce|{{:2021_twitter_logo_-_blue.png?50|Follow @ADODB_announce on  +[[https://x.com/ADODB_announce|{{:x-logo-black.png?50|Follow @ADODB_announce on  
-Twitter}}]]+X}}]]
 </wrap> </wrap>
-Follow us on Twitter \\ +Follow us on X\\ 
-**[[https://twitter.com/ADODB_announce|@ADODB_announce]]**+**[[https://x.com/ADODB_announce|@ADODB_announce]]**
 </WRAP> </WRAP>
  
Line 61: 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.as of this writing), including PHP 8.2+ADOdb is compatible with and supported on all [[https://www.php.net/supported-versions|active versions of PHP]] (>8.as of this writing), including PHP 8.4
 See [[v5:php_compatibility_status]] for further details. See [[v5:php_compatibility_status]] for further details.
  
Line 102: Line 102:
 ==== How To Ask For Help === ==== How To Ask For Help ===
  
-You can post an issue in the [[https://github.com/ADOdb/ADOdb/issues|Github issue tracker]].+Start a thread in [[https://github.com/ADOdb/ADOdb/discussions|GitHub discussions]]. 
 + 
 +If you found a bug in the code, wish to propose a new feature or request an enhancement, please create an issue in the [[https://github.com/ADOdb/ADOdb/issues|Github issue tracker]].
  
 To help with quick resolution: To help with quick resolution:
Line 112: Line 114:
 You can also ask questions on  You can also ask questions on 
   * [[http://stackoverflow.com/questions/tagged/adodb-php|Stack Overflow]] using a tag of **adodb-php**   * [[http://stackoverflow.com/questions/tagged/adodb-php|Stack Overflow]] using a tag of **adodb-php**
-  * [[https://gitter.im/ADOdb/ADOdb|gitter]], community adodb/adodb +  * Chat with the ADOdb community on [[https://app.gitter.im/#/room/#ADOdb_ADOdb:gitter.im|Gitter]]
  
  
Line 131: Line 133:
 You are welcome to contribute to the project and help the Open Source community: You are welcome to contribute to the project and help the Open Source community:
  
-  * Share your experience, e.g. on Twitter [[https://twitter.com/ADOdb_announce|@ADOdb_announce]]+  * Share your experience, e.g. on [[https://x.com/ADOdb_announce|@ADOdb_announce]]
   * [[https://github.com/ADOdb/ADOdb/issues|Answer user questions in the issue tracker]]   * [[https://github.com/ADOdb/ADOdb/issues|Answer user questions in the issue tracker]]
   * Submit your bug fixes, enhancements or new features via [[https://github.com/ADOdb/ADOdb/compare|GitHub pull requests]]   * Submit your bug fixes, enhancements or new features via [[https://github.com/ADOdb/ADOdb/compare|GitHub pull requests]]
Line 139: Line 141:
 ===== Announcements ===== ===== Announcements =====
  
-Follow us on **[[https://twitter.com/ADOdb_announce|@ADOdb_announce]]** on Twitter. We post notices of new releases and important bug fixes first there.+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}}
  
-^ 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]]                                                      | 
-| 06/09/2022  | ADOdb version 5.22.3 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.3/docs/changelog.md|Full Changelog]]                                                      | 
-| 08/05/2022  | ADOdb version 5.22.2 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.2/docs/changelog.md|Full Changelog]]                                                      | 
-| 30/03/2022  | ADOdb version 5.22.1 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.1/docs/changelog.md|Full Changelog]]                                                      | 
-| 08/02/2022  | ADOdb version 5.22.0 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.0/docs/changelog.md|Full Changelog]]                                                      | 
-| 22/01/2022  | ADOdb versions 5.20.21 and 5.21.4 are available. [[https://github.com/ADOdb/ADOdb/blob/v5.21.4/docs/changelog.md|Full Changelog]]                                                      | 
-| 31/10/2021  | ADOdb version 5.21.3 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.21.3/docs/changelog.md|Full Changelog]]                                                      | 
-| 22/08/2021  | ADOdb version 5.21.2 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.21.2/docs/changelog.md|Full Changelog]]                                                      | 
-| 15/08/2021  | ADOdb version 5.21.1 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.21.1/docs/changelog.md|Full Changelog]]                                                      | 
-| 27/02/2021  | ADOdb version 5.21.0 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.21.0/docs/changelog.md|Full Changelog]]                                                      | 
-| 02/02/2021  | ADOdb version 5.21.0-rc.1 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.21.0-rc.1/docs/changelog.md|Full Changelog]]                                                      | 
-| 31/01/2021  | ADOdb version 5.20.20 available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.20/docs/changelog.md|Full Changelog]]                                                                  | 
-| 20/12/2020  | ADOdb version 5.21.0-beta.1 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.21.0-beta.1/docs/changelog.md|Full Changelog]]                                                      | 
-| 13/12/2020  | ADOdb version 5.20.19 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.19/docs/changelog.md|Full Changelog]]                                                                  | 
-| 28/06/2020  | ADOdb version 5.20.18 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.18/docs/changelog.md|Full Changelog]]                                                                  | 
-| 31/03/2020  | ADOdb version 5.20.17 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.17/docs/changelog.md|Full Changelog]]                                                                  | 
-| 12/01/2020  | ADOdb version 5.20.16 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.16/docs/changelog.md|Full Changelog]]                                                                  | 
-| 24/11/2019  | ADOdb version 5.20.15 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.15/docs/changelog.md|Full Changelog]]                                                                  | 
-| 06/01/2019  | ADOdb version 5.20.14 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.14/docs/changelog.md|Full Changelog]]                                                                  | 
-| 06/08/2018  | ADOdb version 5.20.13 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.13/docs/changelog.md|Full Changelog]]                                                                  | 
-| 30/03/2018  | ADOdb version 5.20.12 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.12/docs/changelog.md|Full Changelog]] \\ Note that 5.20.11 has been withdrawn due to a bug on PHP 5.x  | 
-| 08/03/2018  | ADOdb version 5.20.10 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.10/docs/changelog.md|Full Changelog]]                                                                  | 
-| 21/12/2016  | ADOdb version 5.20.9 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.9/docs/changelog.md|Full Changelog]]                                                                    | 
-| 17/12/2016  | ADOdb version 5.20.8 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.8/docs/changelog.md|Full Changelog]]                                                                    | 
-| 20/09/2016  | ADOdb version 5.20.7 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.7/docs/changelog.md|Full Changelog]]                                                                    | 
-| 31/08/2016  | ADOdb version 5.20.6 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.6/docs/changelog.md|Full Changelog]]                                                                    | 
-| 10/08/2016  | ADOdb version 5.20.5 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.5/docs/changelog.md|Full Changelog]]                                                                    | 
-| 09/04/2016  | ADOdb version 5.20.4 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.4/docs/changelog.md|Full Changelog]]                                                                    | 
-| 01/01/2016  | ADOdb version 5.20.3 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.3/docs/changelog.md|Full Changelog]]                                                                    | 
-| 27/12/2015  | ADOdb version 5.20.2 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.2/docs/changelog.md|Full Changelog]]                                                                    | 
-| 06/12/2015  | ADOdb version 5.20.1 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.1/docs/changelog.md|Full Changelog]]                                                                    | 
-| 28/11/2015  | ADOdb version 5.20.0 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.0/docs/changelog.md|Full Changelog]]                                                                    | 
  
 ===== Miscellaneous ===== ===== Miscellaneous =====
Line 200: Line 177:
 </WRAP> </WRAP>
 <WRAP> <WRAP>
-The ADOdb team would like to thank [[https://www.jetbrains.com/|JetBrains]] for their valued support to the project, in the form of free [[https://www.jetbrains.com/buy/opensource/?product=phpstorm|PHPStorm IDE]] licences.+The ADOdb team would like to thank [[https://www.jetbrains.com/|JetBrains]] for their valued support to the project, in the form of free [[https://jb.gg/OpenSourceSupport|PHPStorm IDE]] licences.
 </WRAP> </WRAP>
 </WRAP> </WRAP>
- 
  
index.1686574428.txt.gz · Last modified: by dregad