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/05/06 13:40] – [System requirements] PHP 8.2 is supported dregadindex [2024/01/24 08:14] (current) – [Thanks] updated URL for JetBrains open source licenses 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.5]]                     |+| Stable Release  | [[https://github.com/ADOdb/ADOdb/releases/latest|5.22.7]]                     |
 | 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 117: Line 117:
 ==== Why Don't You Support Earlier Versions? ==== ==== Why Don't You Support Earlier Versions? ====
  
-We have limited resources, and unfortunately can't afford to maintain the older versions in parallel with the current stable releases and the development track. +We are a very small team with very limited resources, and unfortunately can't afford to maintain the older versions in parallel with the current stable releases and the development track.
  
-Version 5.20.0 was released in November 2015you should be at least to that point, and we strongly recommend to apply the latest hotfix release.. +For the same reason, we decided to drop [[v5:php_compatibility_status|compatibility with old PHP versions]] as it was getting increasingly difficult to maintain it while adapting to the latest changesThis allows us to leverage new language features, make use of 3rd party libraries, and reduce maintenance effort at the same time.
  
 +We strongly recommend that you **always run the [[https://github.com/ADOdb/ADOdb/releases/latest|latest stable release]]**, which is the only one that is actively maintained; this includes bug fixes and compatibility updates for newer PHP versions.
 +
 +Legacy version 5.21.0 was released in February 2021, and only receives **security and critical bug fixes**. If you are still running an older version, you should at the very least upgrade to that, and we actually strongly advise to apply the latest hotfix release ([[https://github.com/ADOdb/ADOdb/blob/v5.21.4/docs/changelog.md|5.21.4]]). 
  
 ==== Our Community ==== ==== Our Community ====
Line 139: Line 142:
  
 ^ Date        ^ Description                                                                                                                                                                            ^ ^ Date        ^ Description                                                                                                                                                                            ^
 +| 04/11/2023  | ADOdb version 5.22.7 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.22.7/docs/changelog.md|Full Changelog]]                                                      |
 +| 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]]                                                      | | 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]]                                                      |
Line 196: Line 201:
 </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.1683373223.txt.gz · Last modified: 2023/05/06 13:40 by dregad