Difference between revisions of "ADODB"

From OpenEMR Project Wiki
(Created page with "ADOdb Database Abstraction Library for PHP Upgraded to version 5.14 on 12/16/2011 (upgrade by yehster).")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
ADOdb Database Abstraction Library for PHP
==Overview==
:ADOdb Database Abstraction Library for PHP


Upgraded to version 5.14 on 12/16/2011 (upgrade by yehster).
==OpenEMR 4.3.1 and above==
:Migrated to use composer. Basically ended up migrating from library/adodb to vendor/adodb/adodb-php and adjusted codebase to use the new path.  Note kept using the same 5.20.2 version.
 
==OpenEMR 4.2.2 and above==
 
:*Upgraded to version 5.20.2 on 1/25/2016; OpenEMR version 4.2.2; (upgrade by Practice Provider Corporation).
::*This was necessary for PHP-7 compatibility.
:*Also centralized the adodb library (ie. removed the libraries in phpnuke and phpgacl modules).
 
==OpenEMR 4.2.1 and below==
:*Upgraded version in core OpenEMR to version 5.14 on 12/16/2011; OpenEMR version 4.1.1; (upgrade by yehster).
 
[[Category:Developer Guide]]

Latest revision as of 08:24, 22 July 2016

Overview

ADOdb Database Abstraction Library for PHP

OpenEMR 4.3.1 and above

Migrated to use composer. Basically ended up migrating from library/adodb to vendor/adodb/adodb-php and adjusted codebase to use the new path. Note kept using the same 5.20.2 version.

OpenEMR 4.2.2 and above

  • Upgraded to version 5.20.2 on 1/25/2016; OpenEMR version 4.2.2; (upgrade by Practice Provider Corporation).
  • This was necessary for PHP-7 compatibility.
  • Also centralized the adodb library (ie. removed the libraries in phpnuke and phpgacl modules).

OpenEMR 4.2.1 and below

  • Upgraded version in core OpenEMR to version 5.14 on 12/16/2011; OpenEMR version 4.1.1; (upgrade by yehster).