summaryrefslogtreecommitdiff
path: root/libraries/adodb
AgeCommit message (Collapse)Author
2019-07-20Change perms exec bitJean-Michel Nirgal Vourgère
chmod -x all php files without a #! chmod +x those with one.
2019-07-17php-7.2 fix - 'each' has been deprecatedSjon Hortensius
2019-06-28At last, the long awaited patch for php7 support.Robert Treat
This commit is focused strictly on the class/constructor changes. This has primarily been tested on php 7.1 and postgres 11, with all tests passing though there are some spurious warnings; I have fixes for them but will add them in seperate commits. Note that the code here is my own, but I did look at patches from @gabrielhomsi and @w1ldzer0 for some sanity checking. Any bugs or missing items are on me.
2013-03-26Fix incorrect modification of bytea data when updating rows that contain ↵Robert Treat
bytea columns. Based on the POC patch from ioguix. This fixes SF Bug # 3243916.
2010-09-14Update ADOdb library to the current stable oneioguix
2010-09-07Supress pg_connect PHP Warning when connection fail.Jehan-Guillaume (ioguix) de Rorthais
We should add a better error message support in next realse
2010-03-12Update ADODB library with latest release. It fixes some more deprecation ↵Jehan-Guillaume (ioguix) de Rorthais
warning about function removed in PHP 6.0. Reported by Christian Tessarek.
2009-10-30add forgotten adodb new translation filesGuillaume (ioguix) de Rorthais
2009-10-30Update adodb with the latest 5.09a which support php5 only and include ↵Guillaume (ioguix) de Rorthais
deprecated bug fixes for php 5.3
2007-06-06remove warn message when authentication fail + fix javascript error about ↵ioguix
non defined document.login_form.loginPassword
2007-05-28Remove unused file.soranzo
2007-04-24Update to latest ADOdb version, finally get rid of ->f .soranzo
2007-04-16Update to last ADOdb versionsoranzo
2007-04-16Update to last ADOdb versionsoranzo
2007-04-13Fixed Bug #1329196: bytea doesn't display as NULL when NULLmr-russ
Should return NULL from ADO when the blob is NULL.
2007-03-29Some updates to last version of ADOdb.soranzo
2007-01-16Update to last adodb version. Use Unix newlines.soranzo
2007-01-16Update to last adodb version. Use Unix newlines.soranzo
2007-01-11Remove unused files.soranzo
2007-01-10Remove unused file.soranzo
2006-05-22Add support for sslmode using Eric Kinolik's patch updated for HEAD.xzilla
Default is allow SSL connections. Requires config version bump. Verified on 8.1 running linux and 8.1 Win32 w/ SSL required connections.
2005-10-20Re-allow socket connectionssoranzo
2005-09-03Install latest ADODB. Somewhat hacked up and trimmed.... Hopefully will fix ↵chriskl
PHP 4.4.0 support.
2005-09-03remove old adodbchriskl
2005-02-09Apply local connections on different ports patch to persistent connectionsmr-russ
as well as to non-persistent.
2005-02-07Fix to actually use domain sockets correctly.mr-russ
Previous fix used TCP/IP connections to localhost. Comments in the config file were also updated to make it clear to users that specifying localhost will use TCP/IP. (Thanks Nicola)
2005-02-06Fix port selection for local connectionsmr-russ
2003-04-19suppress connection error messageschriskl
2003-03-27Add back in phpPgAdmin specific improvements to ADODBchriskl
2003-03-27import ADODB 3.3.1chriskl
2003-03-27remove old adodbchriskl
2003-01-08add @ to adodb db connection functions for MySQLchriskl
2002-12-24fix adodb connection routine for when password, host, username, port or ↵chriskl
dbname contains quotes or spaces
2002-12-24fix login error handlingchriskl
2002-09-19fix connecting to database with spaces for postgres onlychriskl
2002-02-11Initial revisionchriskl