index
:
adodb
master
v5.22.11-lsc
adodb PHP Database Abstraction Layer
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
adodb.inc.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-24
Remove early version checks
Mark Newnham
1
-8
/
+2
2020-01-24
Removed core ADODB_PHPVER constant
Mark Newnham
1
-12
/
+1
2020-01-20
getAssoc failed using ADODB_FETCH_BOTH
Damien Regad
1
-13
/
+16
2020-01-05
Added and improved PHPDoc (adodb.inc.php)
WiXSL
1
-148
/
+212
2020-01-04
remove unneeded function ADODB_str_replace see #582
Mark Newnham
1
-20
/
+1
2020-01-04
PHPDoc update
Laurent Navarro
1
-77
/
+144
2019-12-30
Support for T-SQL-styled square Brackets
Marat
1
-0
/
+2
2019-11-24
Merge branch 'hotfix/5.20'
Damien Regad
1
-36
/
+92
2019-11-24
New getMenuGrouped() method, deprecate getMenu3()
Damien Regad
1
-12
/
+38
2019-11-24
PHPDoc update for getMenu3()
Damien Regad
1
-6
/
+22
2019-11-24
Mark getMenu2() as deprecated
Damien Regad
1
-0
/
+2
2019-11-24
PHPDoc update for getMenu2()
Damien Regad
1
-6
/
+18
2019-11-24
getMenu() rename last param to $compareFirstCol
Damien Regad
1
-4
/
+4
2019-11-24
PHPDoc update for getMenu()
Damien Regad
1
-16
/
+16
2019-11-23
Fix return type not matching function definition
Damien Regad
1
-1
/
+1
2019-11-23
PHPDoc
Damien Regad
1
-36
/
+49
2019-11-12
Codespell assisted typo cleaning
Jean-Michel Vourgère
1
-13
/
+13
2019-04-11
Merge branch 'hotfix/5.20'
Damien Regad
1
-5
/
+0
2019-04-11
Remove unnecessary srand() calls
Lucian Sirbu
1
-5
/
+0
2019-01-06
Use postgres9 driver by default
Damien Regad
1
-1
/
+1
2019-01-06
Bump version to 5.20.14
v5.20.14
Damien Regad
1
-2
/
+2
2018-08-06
Merge branch 'hotfix/5.20' (v5.20.13)
Damien Regad
1
-4
/
+1
2018-08-06
Reset version to avoid merge conflicts
Damien Regad
1
-2
/
+2
2018-08-06
Bump version to 5.20.13
v5.20.13
Damien Regad
1
-2
/
+2
2018-08-06
Replace adodb.sourceforge.net URLs by adodb.org
Damien Regad
1
-1
/
+1
2018-08-06
Standardize "latest version" comments
Damien Regad
1
-3
/
+0
2018-04-03
Merge branch 'hotfix/5.20'
Damien Regad
1
-6
/
+27
2018-04-03
Fix LDAP connections using URIs
mike.benoit
1
-6
/
+27
2018-03-30
Bump version to 5.20.12
v5.20.12
Damien Regad
1
-2
/
+2
2018-03-30
Merge branch 'hotfix/5.20'
Damien Regad
1
-0
/
+54
2018-03-30
Replace usages of deprecated `$php_errormsg`
jrfnl
1
-0
/
+55
2018-03-30
Bump version to 5.20.11
v5.20.11
Damien Regad
1
-2
/
+2
2018-03-30
Cast $nrows and $offset to to prevent SQL injection
Falk Huber
1
-3
/
+6
2018-03-30
Replace each() with foreach for PHP7.2 compatibility
Marina Glancy
1
-2
/
+1
2018-03-09
Auto switch from mysql to mysqli with PHP >= 7.0
Damien Regad
1
-0
/
+9
2018-03-08
Bump version to 5.20.10
v5.20.10
Damien Regad
1
-2
/
+2
2018-01-30
Merge branch 'hotfix/5.20.10'
Damien Regad
1
-2
/
+2
2018-01-30
Avoid full file path disclosure in ADOLoadCode()
Damien Regad
1
-2
/
+2
2017-11-26
Add support for memcached PECL library
Curt Rebelein, Junior
1
-1
/
+1
2017-11-26
Merge branch 'hotfix/5.20.10'
Damien Regad
1
-0
/
+1
2017-11-25
Release a potential reference to a db resource
Nicolas Dermine
1
-0
/
+1
2017-11-25
Allow output handler to be callable (on object)
Merijn
1
-2
/
+1
2017-11-25
Optimize FieldTypesArray with static variable
Joe Bordes
1
-4
/
+4
2017-11-25
Optimize FieldTypesArray with static variable
Joe Bordes
1
-1
/
+4
2017-11-25
Replace each() with foreach for PHP7.2 compatibility
Marina Glancy
1
-2
/
+1
2017-08-09
Use include_once instead of include (#361)
Merijn
1
-10
/
+10
2017-07-31
PHPDoc (#355)
Marcus Haase
1
-2
/
+2
2017-07-17
fetchmode not set properly by $db->fetchMode, use $ADODB_FETCH_MODE instead,
Mark Newnham
1
-2
/
+4
2017-06-15
PHPDoc and visibility for Execute()
Marcus Haase
1
-4
/
+4
2017-05-29
PHPDoc and visibility for GetAssoc() and CacheGetAssoc()
Marcus Haase
1
-4
/
+18
[next]