ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


roadmap

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
Last revisionBoth sides next revision
roadmap [2015/07/07 03:49] mnewnhamroadmap [2015/11/28 18:23] – [Version 5 Development Release] mnewnham
Line 1: Line 1:
-===== The ADOdb roadmap =====+====== The ADOdb roadmap ======
  
 +===== Overview =====
 ADOdb is a popular, robust product but there's work to be done making the product better documented and more [[:standards|standards based]]. After we've done that work, we can focus on feature improvements, removing obsolete drivers and compatibility enhancements. ADOdb is a popular, robust product but there's work to be done making the product better documented and more [[:standards|standards based]]. After we've done that work, we can focus on feature improvements, removing obsolete drivers and compatibility enhancements.
  
-^Version Range^Description^ +------------------------ 
-|5.21.0|Adoption of Semantic Version Numbering| +<WRAP right info> 
-|5.21.0|All files and functions receive PHPDocumentor DocBlocks. Developer documentation will be available online| +|Lowest PHP Version support|4*| 
-|5.21.0|All files processed using PHP_CodeSniffer to reduce syntax errors.| +|Highest PHP Version support|5.6| 
-|5.21.1-5.22.0|Any available fixes and documentation enhancements available.| +* limited functionality in PHP 4 
-|5.22.1-5.23.1|Removal of obsolete drivers| +</WRAP> 
-|6.0.0|Compatibility review, new features|+ 
 +===== ADOdb Version 5 ===== 
 + 
 +^ Version Range                ^ Description                                                                                                
 +| [[changelog:5.21.0|5.21.0]]  | Adoption of Semantic Version Numbering                                                                     
 +| 5.21.0                       | All files and functions receive PHPDocumentor DocBlocks. Developer documentation will be available online  
 +| 5.21.0                       | All files processed using PHP_CodeSniffer to reduce syntax errors.                                         
 +| 5.21.1-5.22.0                | Any available fixes and documentation enhancements available.                                              
 +| 5.22.1-5.23.1                | Removal of obsolete drivers                                                                                
 +[[changelog:6.0.0]]          | Compatibility review, new features                                                                         | 
 + 
 +==== Version 5 Production Release ==== 
 + 
 +The most up to date Version 5 production release is recommended for all users in production environments. 
 + 
 +==== Version 5 Development Release ==== 
 + 
 + 
 +--------------------------------------- 
 + 
 +<WRAP right 380px box round> 
 +<wrap> 
 +[[https://github.com/adodb/adodb/archives/master.zip|{{:download-big.png|Download the nightly build}}]]</wrap> 
 +<wrap padding-left:10px> **Current Source** 
 +</wrap> 
 +</WRAP> 
 +------------------------------------------------------------- 
 +===== ADOdb Version 6 ===== 
 +<WRAP right 300px box round> 
 +<wrap> 
 +[[https://sourceforge.net/projects/adodb/files/latest/download?source=files|{{:download-big.png|Download the nightly build}}]]</wrap> 
 +<wrap padding-left:10px> **Current Source** 
 +</wrap> 
 +|Lowest PHP Version support|5.3| 
 +|Highest PHP Version support|7| 
 +</WRAP> 
 +==== Definite Features ==== 
 + 
 +  * Eliminates errors in PHP 7 caused by compatibility with PHP version 4 and 5.2 
 +  * Removal of obsolete database drivers 
 + 
 +==== Possible Features ==== 
 + 
 +  * Implementation of namespacing 
 + 
 +==== Version 6 Production Release ==== 
 + 
 + 
 +The first production version of ADOdb is scheduled for Q4, 2015 
 + 
 +==== Version 6 Development Release ==== 
 +The first development version of ADOdb is scheduled for Q3, 2015. Pre-alpha code (not for production use) can be downloaded from [[http:github.org/adodb/adodb|GitHub]] 
 + 
 +===== Historical Change Logs ===== 
 +Over the years, there have been numerous contributors to the project. Prior change logs are included [[historical_change_logs|Here]] in thanks
  
 {{tag>[semantic phpdocumentor codesniffer]}} {{tag>[semantic phpdocumentor codesniffer]}}