Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-20 | Change perms exec bit | Jean-Michel Nirgal Vourgère | |
chmod -x all php files without a #! chmod +x those with one. | |||
2019-07-17 | php-7.2 fix - 'each' has been deprecated | Sjon Hortensius | |
2019-06-28 | At 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-26 | Fix 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-14 | Update ADOdb library to the current stable one | ioguix | |
2010-09-07 | Supress 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-12 | Update 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-30 | add forgotten adodb new translation files | Guillaume (ioguix) de Rorthais | |
2009-10-30 | Update 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-06 | remove warn message when authentication fail + fix javascript error about ↵ | ioguix | |
non defined document.login_form.loginPassword | |||
2007-05-28 | Remove unused file. | soranzo | |
2007-04-24 | Update to latest ADOdb version, finally get rid of ->f . | soranzo | |
2007-04-16 | Update to last ADOdb version | soranzo | |
2007-04-16 | Update to last ADOdb version | soranzo | |
2007-04-13 | Fixed Bug #1329196: bytea doesn't display as NULL when NULL | mr-russ | |
Should return NULL from ADO when the blob is NULL. | |||
2007-03-29 | Some updates to last version of ADOdb. | soranzo | |
2007-01-16 | Update to last adodb version. Use Unix newlines. | soranzo | |
2007-01-16 | Update to last adodb version. Use Unix newlines. | soranzo | |
2007-01-11 | Remove unused files. | soranzo | |
2007-01-10 | Remove unused file. | soranzo | |
2006-05-22 | Add 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-20 | Re-allow socket connections | soranzo | |
2005-09-03 | Install latest ADODB. Somewhat hacked up and trimmed.... Hopefully will fix ↵ | chriskl | |
PHP 4.4.0 support. | |||
2005-09-03 | remove old adodb | chriskl | |
2005-02-09 | Apply local connections on different ports patch to persistent connections | mr-russ | |
as well as to non-persistent. | |||
2005-02-07 | Fix 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-06 | Fix port selection for local connections | mr-russ | |
2003-04-19 | suppress connection error messages | chriskl | |
2003-03-27 | Add back in phpPgAdmin specific improvements to ADODB | chriskl | |
2003-03-27 | import ADODB 3.3.1 | chriskl | |
2003-03-27 | remove old adodb | chriskl | |
2003-01-08 | add @ to adodb db connection functions for MySQL | chriskl | |
2002-12-24 | fix adodb connection routine for when password, host, username, port or ↵ | chriskl | |
dbname contains quotes or spaces | |||
2002-12-24 | fix login error handling | chriskl | |
2002-09-19 | fix connecting to database with spaces for postgres only | chriskl | |
2002-02-11 | Initial revision | chriskl | |