diff options
76 files changed, 95 insertions, 90 deletions
diff --git a/adodb-active-record.inc.php b/adodb-active-record.inc.php index 76dcd059..978fa20a 100644 --- a/adodb-active-record.inc.php +++ b/adodb-active-record.inc.php @@ -4,7 +4,7 @@ @version v5.21.0-dev ??-???-2016 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved. @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/adodb-active-recordx.inc.php b/adodb-active-recordx.inc.php index 986cbf96..3943c0b2 100644 --- a/adodb-active-recordx.inc.php +++ b/adodb-active-recordx.inc.php @@ -4,7 +4,7 @@ @version v5.21.0-dev ??-???-2016 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved. @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/adodb-csvlib.inc.php b/adodb-csvlib.inc.php index 2400396a..e7edf1b4 100644 --- a/adodb-csvlib.inc.php +++ b/adodb-csvlib.inc.php @@ -16,14 +16,10 @@ $ADODB_INCLUDED_CSV = 1; the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Library for CSV serialization. This is used by the csv/proxy driver and is the CacheExecute() serialization format. - - ==== NOTE ==== - Format documented at http://php.weblogs.com/ADODB_CSV - ============== */ /** diff --git a/adodb-errorhandler.inc.php b/adodb-errorhandler.inc.php index f1b571fb..6b2991d4 100644 --- a/adodb-errorhandler.inc.php +++ b/adodb-errorhandler.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://php.weblogs.com + * Latest version is available at http://adodb.org/ * */ diff --git a/adodb-errorpear.inc.php b/adodb-errorpear.inc.php index 50a94783..4f1c98a7 100644 --- a/adodb-errorpear.inc.php +++ b/adodb-errorpear.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://php.weblogs.com + * Latest version is available at http://adodb.org/ * */ include_once('PEAR.php'); diff --git a/adodb-exceptions.inc.php b/adodb-exceptions.inc.php index fcf792f4..63709d0f 100644 --- a/adodb-exceptions.inc.php +++ b/adodb-exceptions.inc.php @@ -10,7 +10,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://php.weblogs.com + * Latest version is available at http://adodb.org/ * * Exception-handling code using PHP5 exceptions (try-catch-throw). */ diff --git a/adodb-lib.inc.php b/adodb-lib.inc.php index b0ec8230..7034a991 100644 --- a/adodb-lib.inc.php +++ b/adodb-lib.inc.php @@ -771,7 +771,7 @@ function _adodb_getupdatesql(&$zthis,&$rs, $arrFields,$forceUpdate=false,$magicq if (preg_match('/\s(ORDER\s.*)/is', $whereClause[1], $discard)); else if (preg_match('/\s(LIMIT\s.*)/is', $whereClause[1], $discard)); else if (preg_match('/\s(FOR UPDATE.*)/is', $whereClause[1], $discard)); - else preg_match('/\s.*(\) WHERE .*)/is', $whereClause[1], $discard); # see http://sourceforge.net/tracker/index.php?func=detail&aid=1379638&group_id=42718&atid=433976 + else preg_match('/\s.*(\) WHERE .*)/is', $whereClause[1], $discard); # see https://sourceforge.net/p/adodb/bugs/37/ } else $whereClause = array(false,false); diff --git a/adodb-memcache.lib.inc.php b/adodb-memcache.lib.inc.php index 97f78c9e..c871b970 100644 --- a/adodb-memcache.lib.inc.php +++ b/adodb-memcache.lib.inc.php @@ -19,7 +19,7 @@ if (empty($ADODB_INCLUDED_CSV)) include_once(ADODB_DIR.'/adodb-csvlib.inc.php'); the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Usage: diff --git a/adodb-perf.inc.php b/adodb-perf.inc.php index 4678baba..5cfdfc89 100644 --- a/adodb-perf.inc.php +++ b/adodb-perf.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Library for basic performance monitoring and tuning. @@ -226,7 +226,7 @@ class adodb_perf { var $cliFormat = "%32s => %s \r\n"; var $sql1 = 'sql1'; // used for casting sql1 to text for mssql var $explain = true; - var $helpurl = '<a href="http://adodb.sourceforge.net/docs-adodb.htm#logsql">LogSQL help</a>'; + var $helpurl = '<a href="http://adodb.org/dokuwiki/doku.php?id=v5:performance:logsql">LogSQL help</a>'; var $createTableSQL = false; var $maxLength = 2000; @@ -721,7 +721,7 @@ Committed_AS: 348732 kB if (empty($_GET['hidem'])) echo "<table border=1 width=100% bgcolor=lightyellow><tr><td colspan=2> - <b><a href=http://adodb.sourceforge.net/?perf=1>ADOdb</a> Performance Monitor</b> <font size=1>for $app</font></tr><tr><td> + <b><a href=http://adodb.org/dokuwiki/doku.php?id=v5:performance:performance_index>ADOdb</a> Performance Monitor</b> <font size=1>for $app</font></tr><tr><td> <a href=?do=stats><b>Performance Stats</b></a> <a href=?do=viewsql><b>View SQL</b></a> <a href=?do=tables><b>View Tables</b></a> <a href=?do=poll><b>Poll Stats</b></a>", $allowsql ? ' <a href=?do=dosql><b>Run SQL</b></a>' : '', diff --git a/adodb-time.inc.php b/adodb-time.inc.php index 810b7630..f1d8eea8 100644 --- a/adodb-time.inc.php +++ b/adodb-time.inc.php @@ -1,7 +1,8 @@ <?php /* ADOdb Date Library, part of the ADOdb abstraction library -Download: http://adodb.sourceforge.net/#download + +Latest version is available at http://adodb.org/ @version v5.21.0-dev ??-???-2016 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved. diff --git a/adodb.inc.php b/adodb.inc.php index 84994b38..34452c35 100644 --- a/adodb.inc.php +++ b/adodb.inc.php @@ -2,7 +2,7 @@ /* * Set tabs to 4 for best viewing. * - * Latest version is available at http://adodb.sourceforge.net + * Latest version is available at http://adodb.org/ * * This is the main include file for ADOdb. * Database specific drivers are stored in the adodb/drivers/adodb-*.inc.php @@ -29,9 +29,6 @@ Informix, PostgreSQL, FrontBase, Interbase (Firebird and Borland variants), Foxpro, Access, ADO, SAP DB, SQLite and ODBC. We have had successful reports of connecting to Progress and other databases via ODBC. - - Latest Download at http://adodb.sourceforge.net/ - */ if (!defined('_ADODB_LAYER')) { diff --git a/docs/changelog.md b/docs/changelog.md index 5718c095..e1fa42ba 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -63,6 +63,17 @@ Older changelogs: - session: add 'httponly' flag to cookie. #190 - xml: support table 'opt' attribute with mysqli. #267 +## 5.20.13 - 06-Aug-2018 + +- core: Fix query execution failures with mismatched quotes. #420 +- ldap: Fix connections using URIs. #340 +- mssql: Fix Time field format, allowing autoExecute() to inserting time. #432 +- mssql: Fix Insert_ID returning null with table name in brackets. #313 +- mssql: Fix count wrapper. #423 +- oci8: Fix prepared statements failure. #318 +- oci8po: Fix incorrect query parameter replacements. #370 +- pdo: fix PHP notice due to uninitialized variable. #437 + ## 5.20.12 - 30-Mar-2018 - adodb: PHP 7.2 compatibility @@ -419,7 +430,7 @@ other database types as well; all drivers derived from the above are also impact - BeginTrans/CommitTrans/RollbackTrans return true/false correctly on success/failure now for mssql, odbc, oci8, mysqlt, mysqli, postgres, pdo. - Replace() now quotes all non-null values including numeric ones. - Postgresql qstr() now returns booleans as *true* and *false* without quotes. -- MetaForeignKeys in mysql and mysqli drivers had this problem: A table can have two foreign keys pointing to the same column in the same table. The original code will incorrectly report only the last column. Fixed. https://sourceforge.net/tracker/index.php?func=detail&aid=2287278&group_id=42718&atid=433976 +- MetaForeignKeys in mysql and mysqli drivers had this problem: A table can have two foreign keys pointing to the same column in the same table. The original code will incorrectly report only the last column. Fixed. https://sourceforge.net/p/adodb/bugs/100/ - Passing in full ado connection string in $argHostname with ado drivers was failing in adodb5 due to bug. Fixed. - Fixed memcachelib flushcache and flushall bugs. Also fixed possible timeCreated = 0 problem in readcache. (Also in adodb 4.992). Thanks AlexB_UK (alexbarnes#hotmail.com). - Fixed a notice in adodb-sessions2.inc.php, in _conn(). Thx bober m.derlukiewicz#rocktech.remove_me.pl; diff --git a/docs/changelog_v2.x.md b/docs/changelog_v2.x.md index 000dcd5a..21db47b3 100644 --- a/docs/changelog_v2.x.md +++ b/docs/changelog_v2.x.md @@ -377,7 +377,7 @@ $conn->Connect($dsn); ## 1.10 - 19 May 2001 - Added caching. CacheExecute() and CacheSelectLimit(). -- Added csv driver. See [http://php.weblogs.com/ADODB_csv](http://php.weblogs.com/adodb_csv). +- Added csv driver. - Fixed SelectLimit(), SELECT TOP not working under certain circumstances. - Added better Frontbase support of MetaTypes() by Frank M. Kromann. diff --git a/docs/changelog_v4.x.md b/docs/changelog_v4.x.md index 84bdd8a7..e346921b 100644 --- a/docs/changelog_v4.x.md +++ b/docs/changelog_v4.x.md @@ -214,7 +214,7 @@ rs2html($rs2); - Removed `$off = $fieldOffset - 1` line in db2 driver, FetchField(). Tx Larry Menard. - Added support for PHP5 objects as Execute() bind parameters using `__toString` (eg. Simple-XML). Thx Carl-Christian Salvesen. - Rounding in tohtml.inc.php did not work properly. Fixed. -- MetaIndexes in postgres fails when fields are deleted then added in again because the attnum has gaps in it. See http://sourceforge.net/tracker/index.php?func=detail&aid=1451245&group_id=42718&atid=433976. Fixed. +- MetaIndexes in postgres fails when fields are deleted then added in again because the attnum has gaps in it. See https://sourceforge.net/p/adodb/bugs/45/. Fixed. - MetaForeignkeys in mysql and mysqli did not work when fetchMode==ADODB_FETCH_ASSOC used. Fixed. - Reference error in AutoExecute() fixed. - Added macaddr postgres type to MetaType. Maps to 'C'. diff --git a/drivers/adodb-access.inc.php b/drivers/adodb-access.inc.php index 2d0048f3..7bdae68f 100644 --- a/drivers/adodb-access.inc.php +++ b/drivers/adodb-access.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Microsoft Access data driver. Requires ODBC. Works only on MS Windows. */ diff --git a/drivers/adodb-ado.inc.php b/drivers/adodb-ado.inc.php index 32157cdb..71ee130a 100644 --- a/drivers/adodb-ado.inc.php +++ b/drivers/adodb-ado.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Microsoft ADO data driver. Requires ADO. Works only on MS Windows. */ diff --git a/drivers/adodb-ado5.inc.php b/drivers/adodb-ado5.inc.php index a13e60ee..21ead3c3 100644 --- a/drivers/adodb-ado5.inc.php +++ b/drivers/adodb-ado5.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Microsoft ADO data driver. Requires ADO. Works only on MS Windows. PHP5 compat version. */ diff --git a/drivers/adodb-ado_access.inc.php b/drivers/adodb-ado_access.inc.php index 117b0363..60676e31 100644 --- a/drivers/adodb-ado_access.inc.php +++ b/drivers/adodb-ado_access.inc.php @@ -8,7 +8,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Microsoft Access ADO data driver. Requires ADO and ODBC. Works only on MS Windows. */ diff --git a/drivers/adodb-ado_mssql.inc.php b/drivers/adodb-ado_mssql.inc.php index 6923b850..6da7583d 100644 --- a/drivers/adodb-ado_mssql.inc.php +++ b/drivers/adodb-ado_mssql.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Microsoft SQL Server ADO data driver. Requires ADO and MSSQL client. Works only on MS Windows. diff --git a/drivers/adodb-borland_ibase.inc.php b/drivers/adodb-borland_ibase.inc.php index 20af24d3..ad72d74d 100644 --- a/drivers/adodb-borland_ibase.inc.php +++ b/drivers/adodb-borland_ibase.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Support Borland Interbase 6.5 and later diff --git a/drivers/adodb-db2oci.inc.php b/drivers/adodb-db2oci.inc.php index 0ca5209e..2bf26d98 100644 --- a/drivers/adodb-db2oci.inc.php +++ b/drivers/adodb-db2oci.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Microsoft Visual FoxPro data driver. Requires ODBC. Works only on MS Windows. */ diff --git a/drivers/adodb-db2ora.inc.php b/drivers/adodb-db2ora.inc.php index c3a8c1d2..e0dcec7a 100644 --- a/drivers/adodb-db2ora.inc.php +++ b/drivers/adodb-db2ora.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Microsoft Visual FoxPro data driver. Requires ODBC. Works only on MS Windows. */ diff --git a/drivers/adodb-firebird.inc.php b/drivers/adodb-firebird.inc.php index a1b7f9ac..119f15df 100644 --- a/drivers/adodb-firebird.inc.php +++ b/drivers/adodb-firebird.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ firebird data driver. Requires firebird client. Works on Windows and Unix. diff --git a/drivers/adodb-ibase.inc.php b/drivers/adodb-ibase.inc.php index 3a079811..ed07d7e9 100644 --- a/drivers/adodb-ibase.inc.php +++ b/drivers/adodb-ibase.inc.php @@ -7,7 +7,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Interbase data driver. Requires interbase client. Works on Windows and Unix. diff --git a/drivers/adodb-informix.inc.php b/drivers/adodb-informix.inc.php index 399f642d..45ab8c6f 100644 --- a/drivers/adodb-informix.inc.php +++ b/drivers/adodb-informix.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * -* Latest version is available at http://php.weblogs.com +* Latest version is available at http://adodb.org/ * * Informix 9 driver that supports SELECT FIRST * diff --git a/drivers/adodb-informix72.inc.php b/drivers/adodb-informix72.inc.php index bc533b7d..385eeab6 100644 --- a/drivers/adodb-informix72.inc.php +++ b/drivers/adodb-informix72.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Informix port by Mitchell T. Young (mitch@youngfamily.org) diff --git a/drivers/adodb-mssql.inc.php b/drivers/adodb-mssql.inc.php index d0122f10..a61f1fcf 100644 --- a/drivers/adodb-mssql.inc.php +++ b/drivers/adodb-mssql.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Native mssql driver. Requires mssql client. Works on Windows. To configure for Unix, see diff --git a/drivers/adodb-mssql_n.inc.php b/drivers/adodb-mssql_n.inc.php index d1768571..ddd4a2d5 100644 --- a/drivers/adodb-mssql_n.inc.php +++ b/drivers/adodb-mssql_n.inc.php @@ -7,7 +7,8 @@ // NOTICE OF COPYRIGHT // // // // ADOdb - Database Abstraction Library for PHP // -// http://adodb.sourceforge.net/ // +// // +// Latest version is available at http://adodb.org // // // // Copyright (c) 2000-2014 John Lim (jlim\@natsoft.com.my) // // All rights reserved. // diff --git a/drivers/adodb-mssqlnative.inc.php b/drivers/adodb-mssqlnative.inc.php index 9fd7be67..34b218f6 100644 --- a/drivers/adodb-mssqlnative.inc.php +++ b/drivers/adodb-mssqlnative.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Native mssql driver. Requires mssql client. Works on Windows. http://www.microsoft.com/sql/technologies/php/default.mspx @@ -614,7 +614,6 @@ class ADODB_mssqlnative extends ADOConnection { $insert = false; // handle native driver flaw for retrieving the last insert ID if(preg_match('/^\W*insert[\s\w()[\]",.]+values\s*\((?:[^;\']|\'\'|(?:(?:\'\')*\'[^\']+\'(?:\'\')*))*;?$/i', $sql)) { - $insert = true; $sql .= '; '.$this->identitySQL; // select scope_identity() } diff --git a/drivers/adodb-mssqlpo.inc.php b/drivers/adodb-mssqlpo.inc.php index 2075514a..d2ec7c3b 100644 --- a/drivers/adodb-mssqlpo.inc.php +++ b/drivers/adodb-mssqlpo.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * -* Latest version is available at http://php.weblogs.com +* Latest version is available at http://adodb.org/ * * Portable MSSQL Driver that supports || instead of + * diff --git a/drivers/adodb-mysql.inc.php b/drivers/adodb-mysql.inc.php index cd7e4998..5d92c419 100644 --- a/drivers/adodb-mysql.inc.php +++ b/drivers/adodb-mysql.inc.php @@ -705,7 +705,7 @@ class ADODB_mysql extends ADOConnection { $ref_table = strtoupper($ref_table); } - // see https://sourceforge.net/tracker/index.php?func=detail&aid=2287278&group_id=42718&atid=433976 + // see https://sourceforge.net/p/adodb/bugs/100/ if (!isset($foreign_keys[$ref_table])) { $foreign_keys[$ref_table] = array(); } diff --git a/drivers/adodb-mysqli.inc.php b/drivers/adodb-mysqli.inc.php index 530a82bc..83217ed4 100644 --- a/drivers/adodb-mysqli.inc.php +++ b/drivers/adodb-mysqli.inc.php @@ -643,7 +643,7 @@ class ADODB_mysqli extends ADOConnection { $ref_table = strtoupper($ref_table); } - // see https://sourceforge.net/tracker/index.php?func=detail&aid=2287278&group_id=42718&atid=433976 + // see https://sourceforge.net/p/adodb/bugs/100/ if (!isset($foreign_keys[$ref_table])) { $foreign_keys[$ref_table] = array(); } diff --git a/drivers/adodb-oci8.inc.php b/drivers/adodb-oci8.inc.php index 16cc451a..2658a3c0 100644 --- a/drivers/adodb-oci8.inc.php +++ b/drivers/adodb-oci8.inc.php @@ -9,7 +9,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Code contributed by George Fourlanos <fou@infomap.gr> diff --git a/drivers/adodb-oci805.inc.php b/drivers/adodb-oci805.inc.php index 77c242d7..0ebcf6a1 100644 --- a/drivers/adodb-oci805.inc.php +++ b/drivers/adodb-oci805.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://php.weblogs.com + * Latest version is available at http://adodb.org/ * * Oracle 8.0.5 driver */ diff --git a/drivers/adodb-oci8po.inc.php b/drivers/adodb-oci8po.inc.php index 2fc7f865..0e61c75c 100644 --- a/drivers/adodb-oci8po.inc.php +++ b/drivers/adodb-oci8po.inc.php @@ -7,7 +7,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Portable version of oci8 driver, to make it more similar to other database drivers. The main differences are @@ -94,7 +94,7 @@ class ADODB_oci8po extends ADODB_oci8 { * to numerous tweaks, as more extreme test cases have appeared. This * is now done this like this to help maintainability and avoid the * need to rely on regexp experienced maintainers - * + * * @param string $sql The sql statement * @param string[] $inputarr The bind array * diff --git a/drivers/adodb-oci8quercus.inc.php b/drivers/adodb-oci8quercus.inc.php index 79e3d006..a226c290 100644 --- a/drivers/adodb-oci8quercus.inc.php +++ b/drivers/adodb-oci8quercus.inc.php @@ -7,7 +7,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Portable version of oci8 driver, to make it more similar to other database drivers. The main differences are diff --git a/drivers/adodb-odbc.inc.php b/drivers/adodb-odbc.inc.php index 8101dae5..e4e44f22 100644 --- a/drivers/adodb-odbc.inc.php +++ b/drivers/adodb-odbc.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Requires ODBC. Works on Windows and Unix. */ diff --git a/drivers/adodb-odbc_db2.inc.php b/drivers/adodb-odbc_db2.inc.php index 3d032323..9f210c90 100644 --- a/drivers/adodb-odbc_db2.inc.php +++ b/drivers/adodb-odbc_db2.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ DB2 data driver. Requires ODBC. diff --git a/drivers/adodb-odbc_mssql.inc.php b/drivers/adodb-odbc_mssql.inc.php index 8612dd71..8accfeed 100644 --- a/drivers/adodb-odbc_mssql.inc.php +++ b/drivers/adodb-odbc_mssql.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ MSSQL support via ODBC. Requires ODBC. Works on Windows and Unix. For Unix configuration, see http://phpbuilder.com/columns/alberto20000919.php3 diff --git a/drivers/adodb-odbc_oracle.inc.php b/drivers/adodb-odbc_oracle.inc.php index 874c4ddd..df621513 100644 --- a/drivers/adodb-odbc_oracle.inc.php +++ b/drivers/adodb-odbc_oracle.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Oracle support via ODBC. Requires ODBC. Works on Windows. */ diff --git a/drivers/adodb-odbtp.inc.php b/drivers/adodb-odbtp.inc.php index 4214d0f6..aaefaf65 100644 --- a/drivers/adodb-odbtp.inc.php +++ b/drivers/adodb-odbtp.inc.php @@ -7,7 +7,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ // Code contributed by "stefan bogdan" <sbogdan#rsb.ro> diff --git a/drivers/adodb-odbtp_unicode.inc.php b/drivers/adodb-odbtp_unicode.inc.php index 22f93594..7d33bde4 100644 --- a/drivers/adodb-odbtp_unicode.inc.php +++ b/drivers/adodb-odbtp_unicode.inc.php @@ -7,7 +7,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ // Code contributed by "Robert Twitty" <rtwitty#neutron.ushmm.org> diff --git a/drivers/adodb-oracle.inc.php b/drivers/adodb-oracle.inc.php index daf9c8f3..89e9cca9 100644 --- a/drivers/adodb-oracle.inc.php +++ b/drivers/adodb-oracle.inc.php @@ -7,7 +7,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Oracle data driver. Requires Oracle client. Works on Windows and Unix and Oracle 7. diff --git a/drivers/adodb-pdo.inc.php b/drivers/adodb-pdo.inc.php index d61d8cfc..2f824571 100644 --- a/drivers/adodb-pdo.inc.php +++ b/drivers/adodb-pdo.inc.php @@ -10,7 +10,7 @@ Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Requires ODBC. Works on Windows and Unix. diff --git a/drivers/adodb-pdo_sqlite.inc.php b/drivers/adodb-pdo_sqlite.inc.php index 5cfdac66..8f288662 100644 --- a/drivers/adodb-pdo_sqlite.inc.php +++ b/drivers/adodb-pdo_sqlite.inc.php @@ -9,7 +9,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Thanks Diogo Toscano (diogo#scriptcase.net) for the code. And also Sid Dunayer [sdunayer#interserv.com] for extensive fixes. diff --git a/drivers/adodb-postgres64.inc.php b/drivers/adodb-postgres64.inc.php index 99d6d047..bec7528b 100644 --- a/drivers/adodb-postgres64.inc.php +++ b/drivers/adodb-postgres64.inc.php @@ -691,8 +691,8 @@ class ADODB_postgres64 extends ADOConnection{ } $col_names = $this->MetaColumnNames($table,true,true); - //3rd param is use attnum, - // see http://sourceforge.net/tracker/index.php?func=detail&aid=1451245&group_id=42718&atid=433976 + // 3rd param is use attnum, + // see https://sourceforge.net/p/adodb/bugs/45/ $indexes = array(); while ($row = $rs->FetchRow()) { $columns = array(); diff --git a/drivers/adodb-sapdb.inc.php b/drivers/adodb-sapdb.inc.php index a25491f7..085ec3e6 100644 --- a/drivers/adodb-sapdb.inc.php +++ b/drivers/adodb-sapdb.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ SAPDB data driver. Requires ODBC. diff --git a/drivers/adodb-sqlanywhere.inc.php b/drivers/adodb-sqlanywhere.inc.php index 8b8d9cb2..3909767e 100644 --- a/drivers/adodb-sqlanywhere.inc.php +++ b/drivers/adodb-sqlanywhere.inc.php @@ -9,7 +9,7 @@ reserved. the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ 21.02.2002 - Wade Johnson wade@wadejohnson.de Extended ODBC class for Sybase SQLAnywhere. diff --git a/drivers/adodb-sqlite.inc.php b/drivers/adodb-sqlite.inc.php index c86bb403..7d86a9ae 100644 --- a/drivers/adodb-sqlite.inc.php +++ b/drivers/adodb-sqlite.inc.php @@ -7,7 +7,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ SQLite info: http://www.hwaci.com/sw/sqlite/ diff --git a/drivers/adodb-sqlite3.inc.php b/drivers/adodb-sqlite3.inc.php index f09893c3..14f3dffa 100644 --- a/drivers/adodb-sqlite3.inc.php +++ b/drivers/adodb-sqlite3.inc.php @@ -7,7 +7,7 @@ Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ SQLite info: http://www.hwaci.com/sw/sqlite/ diff --git a/drivers/adodb-sybase.inc.php b/drivers/adodb-sybase.inc.php index e53af531..33e8bbbc 100644 --- a/drivers/adodb-sybase.inc.php +++ b/drivers/adodb-sybase.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Sybase driver contributed by Toni (toni.tunkkari@finebyte.com) diff --git a/drivers/adodb-vfp.inc.php b/drivers/adodb-vfp.inc.php index 545c468b..7e70d01a 100644 --- a/drivers/adodb-vfp.inc.php +++ b/drivers/adodb-vfp.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Microsoft Visual FoxPro data driver. Requires ODBC. Works only on MS Windows. */ diff --git a/pear/Auth/Container/ADOdb.php b/pear/Auth/Container/ADOdb.php index 51169feb..7586213a 100644 --- a/pear/Auth/Container/ADOdb.php +++ b/pear/Auth/Container/ADOdb.php @@ -8,7 +8,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Original Authors: Martin Jansen <mj#php.net> Richard Tango-Lowy <richtl#arscognita.com> @@ -24,7 +24,7 @@ require_once 'adodb-errorpear.inc.php'; * * This storage driver can use all databases which are supported * by the ADBdb DB abstraction layer to fetch login data. - * See http://php.weblogs.com/adodb for information on ADOdb. + * See http://adodb.org/ for information on ADOdb. * NOTE: The ADOdb directory MUST be in your PHP include_path! * * @author Richard Tango-Lowy <richtl@arscognita.com> diff --git a/perf/perf-db2.inc.php b/perf/perf-db2.inc.php index 01d4932d..bcfa840f 100644 --- a/perf/perf-db2.inc.php +++ b/perf/perf-db2.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Library for basic performance monitoring and tuning diff --git a/perf/perf-informix.inc.php b/perf/perf-informix.inc.php index e0588962..15eb3128 100644 --- a/perf/perf-informix.inc.php +++ b/perf/perf-informix.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Library for basic performance monitoring and tuning diff --git a/perf/perf-mssql.inc.php b/perf/perf-mssql.inc.php index d2bcb66c..48d6313c 100644 --- a/perf/perf-mssql.inc.php +++ b/perf/perf-mssql.inc.php @@ -9,7 +9,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Library for basic performance monitoring and tuning diff --git a/perf/perf-mssqlnative.inc.php b/perf/perf-mssqlnative.inc.php index bb184db3..ca6d104d 100644 --- a/perf/perf-mssqlnative.inc.php +++ b/perf/perf-mssqlnative.inc.php @@ -9,7 +9,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Library for basic performance monitoring and tuning diff --git a/perf/perf-mysql.inc.php b/perf/perf-mysql.inc.php index f6187481..28848a19 100644 --- a/perf/perf-mysql.inc.php +++ b/perf/perf-mysql.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Library for basic performance monitoring and tuning diff --git a/perf/perf-oci8.inc.php b/perf/perf-oci8.inc.php index a272b863..a5d302f5 100644 --- a/perf/perf-oci8.inc.php +++ b/perf/perf-oci8.inc.php @@ -8,7 +8,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Library for basic performance monitoring and tuning diff --git a/perf/perf-postgres.inc.php b/perf/perf-postgres.inc.php index 2c80820c..e5599781 100644 --- a/perf/perf-postgres.inc.php +++ b/perf/perf-postgres.inc.php @@ -9,7 +9,7 @@ the BSD license will take precedence. See License.txt. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ Library for basic performance monitoring and tuning diff --git a/rsfilter.inc.php b/rsfilter.inc.php index 626ae903..2a6563c9 100644 --- a/rsfilter.inc.php +++ b/rsfilter.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://php.weblogs.com + * Latest version is available at http://adodb.org/ * * Requires PHP4.01pl2 or later because it uses include_once */ @@ -9,7 +9,7 @@ the BSD license will take precedence. */ -/* Documentation on usage is at http://php.weblogs.com/adodb_csv +/* Documentation on usage is at http://adodb.org/dokuwiki/doku.php?id=v5:proxy:proxy_index * * Legal query string parameters: * diff --git a/session/old/adodb-cryptsession.php b/session/old/adodb-cryptsession.php index e0b3dd1c..ac906c3c 100644 --- a/session/old/adodb-cryptsession.php +++ b/session/old/adodb-cryptsession.php @@ -11,7 +11,7 @@ Set tabs to 4 for best viewing. - Latest version of ADODB is available at http://php.weblogs.com/adodb + Latest version is available at http://adodb.org/ ====================================================================== This file provides PHP4 session management using the ADODB database diff --git a/session/old/adodb-session-clob.php b/session/old/adodb-session-clob.php index 64dfb0d4..1a613f55 100644 --- a/session/old/adodb-session-clob.php +++ b/session/old/adodb-session-clob.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version of ADODB is available at http://php.weblogs.com/adodb + Latest version is available at http://adodb.org/ ====================================================================== This file provides PHP4 session management using the ADODB database diff --git a/session/old/adodb-session.php b/session/old/adodb-session.php index 49da02c5..f8222e19 100644 --- a/session/old/adodb-session.php +++ b/session/old/adodb-session.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version of ADODB is available at http://php.weblogs.com/adodb + Latest version is available at http://adodb.org/ ====================================================================== This file provides PHP4 session management using the ADODB database diff --git a/tests/client.php b/tests/client.php index 591c26b2..0ecb770c 100644 --- a/tests/client.php +++ b/tests/client.php @@ -12,7 +12,7 @@ * set tabs to 8 */ - // documentation on usage is at http://php.weblogs.com/adodb_csv + // documentation on usage is at http://adodb.org/dokuwiki/doku.php?id=v5:proxy:proxy_index echo PHP_VERSION,'<br>'; var_dump(parse_url('odbc_mssql://userserver/')); diff --git a/tests/test.php b/tests/test.php index e2910bf1..e32053b1 100644 --- a/tests/test.php +++ b/tests/test.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ @@ -1750,7 +1750,7 @@ foreach($_GET as $k=>$v) { This script tests the following databases: Interbase, Oracle, Visual FoxPro, Microsoft Access (ODBC and ADO), MySQL, MSSQL (ODBC, native, ADO). There is also support for Sybase, PostgreSQL.</p> -For the latest version of ADODB, visit <a href=http://adodb.sourceforge.net/>adodb.sourceforge.net</a>.</p> +For the latest version of ADODB, visit <a href=http://adodb.org//>adodb.org</a>.</p> Test <a href=test4.php>GetInsertSQL/GetUpdateSQL</a> <a href=testsessions.php>Sessions</a> diff --git a/tests/test4.php b/tests/test4.php index 9567dd32..e825b18f 100644 --- a/tests/test4.php +++ b/tests/test4.php @@ -10,7 +10,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://php.weblogs.com + * Latest version is available at http://adodb.org/ * * Test GetUpdateSQL and GetInsertSQL. */ diff --git a/tests/test5.php b/tests/test5.php index c7e73188..af0f1ca0 100644 --- a/tests/test5.php +++ b/tests/test5.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ diff --git a/tests/testcache.php b/tests/testcache.php index 46e5b26a..11894b86 100644 --- a/tests/testcache.php +++ b/tests/testcache.php @@ -10,7 +10,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ $ADODB_CACHE_DIR = dirname(tempnam('/tmp','')); diff --git a/tests/testmssql.php b/tests/testmssql.php index 8b8d052e..53a349e3 100644 --- a/tests/testmssql.php +++ b/tests/testmssql.php @@ -10,7 +10,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://php.weblogs.com + * Latest version is available at http://adodb.org/ * * Test GetUpdateSQL and GetInsertSQL. */ diff --git a/tests/testoci8.php b/tests/testoci8.php index 0c5b89af..22c5ff36 100644 --- a/tests/testoci8.php +++ b/tests/testoci8.php @@ -10,7 +10,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ error_reporting(E_ALL | E_STRICT); include("../adodb.inc.php"); diff --git a/tests/testoci8cursor.php b/tests/testoci8cursor.php index 15fad3e1..315cb0bb 100644 --- a/tests/testoci8cursor.php +++ b/tests/testoci8cursor.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ /* diff --git a/tests/testpaging.php b/tests/testpaging.php index dc84184f..2dcf0a10 100644 --- a/tests/testpaging.php +++ b/tests/testpaging.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ error_reporting(E_ALL); diff --git a/tests/testpear.php b/tests/testpear.php index 350efe45..69aa0b32 100644 --- a/tests/testpear.php +++ b/tests/testpear.php @@ -8,7 +8,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ error_reporting(E_ALL); diff --git a/tests/testsessions.php b/tests/testsessions.php index 1a68fe19..3098613b 100644 --- a/tests/testsessions.php +++ b/tests/testsessions.php @@ -9,7 +9,7 @@ the BSD license will take precedence. Set tabs to 4 for best viewing. - Latest version is available at http://adodb.sourceforge.net + Latest version is available at http://adodb.org/ */ function NotifyExpire($ref,$key) |
