diff options
| author | Damien Regad <dregad@mantisbt.org> | 2018-08-06 13:14:14 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2018-08-06 14:28:50 +0200 |
| commit | e455b112fd534d8d68f81a5909e0f50dd6b201df (patch) | |
| tree | c60244386baf88650a31d42e6b76ffef7765d598 | |
| parent | 24fef48bb27d4c658a3494dc84e1fb6e5eb38f46 (diff) | |
| download | adodb-e455b112fd534d8d68f81a5909e0f50dd6b201df.tar.gz adodb-e455b112fd534d8d68f81a5909e0f50dd6b201df.tar.bz2 adodb-e455b112fd534d8d68f81a5909e0f50dd6b201df.zip | |
Replace adodb.sourceforge.net URLs by adodb.org
54 files changed, 55 insertions, 55 deletions
diff --git a/adodb-active-record.inc.php b/adodb-active-record.inc.php index 51f073c4..1b06ab7e 100644 --- a/adodb-active-record.inc.php +++ b/adodb-active-record.inc.php @@ -4,7 +4,7 @@ @version v5.20.12 30-Mar-2018 @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 1c82cbf9..df13cfe0 100644 --- a/adodb-active-recordx.inc.php +++ b/adodb-active-recordx.inc.php @@ -4,7 +4,7 @@ @version v5.20.12 30-Mar-2018 @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 71500e0e..d3999ab0 100644 --- a/adodb-csvlib.inc.php +++ b/adodb-csvlib.inc.php @@ -16,7 +16,7 @@ $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. diff --git a/adodb-memcache.lib.inc.php b/adodb-memcache.lib.inc.php index 31a7e1f4..2a9ab286 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 cddcfdbe..fae1a766 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. diff --git a/adodb-time.inc.php b/adodb-time.inc.php index fa29f893..aca3c485 100644 --- a/adodb-time.inc.php +++ b/adodb-time.inc.php @@ -2,7 +2,7 @@ /* ADOdb Date Library, part of the ADOdb abstraction library -Latest version is available at http://adodb.sourceforge.net +Latest version is available at http://adodb.org/ @version v5.20.12 30-Mar-2018 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved. diff --git a/adodb.inc.php b/adodb.inc.php index e62dc21a..26cc0dc2 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 diff --git a/drivers/adodb-access.inc.php b/drivers/adodb-access.inc.php index 5bfe2e94..4e3c2802 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 917f3cd5..6f32feb2 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 c77d66b7..3e79a3b7 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 cdbb4460..75454b30 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 905e0055..58d67a1f 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 aac248a5..9bb602be 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 38f735c0..09f0cb44 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 31ce86d7..f5a01022 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 dc33ae8d..40f0adf8 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/ */ diff --git a/drivers/adodb-ibase.inc.php b/drivers/adodb-ibase.inc.php index 020a952a..7788f572 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-informix72.inc.php b/drivers/adodb-informix72.inc.php index 47a2da32..78a9aca4 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 96f8b702..f688bf89 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-mssqlnative.inc.php b/drivers/adodb-mssqlnative.inc.php index d43e0434..756845ee 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 diff --git a/drivers/adodb-oci8.inc.php b/drivers/adodb-oci8.inc.php index 7ba1138e..9e12ceb6 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-oci8po.inc.php b/drivers/adodb-oci8po.inc.php index 94162089..da22730b 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 diff --git a/drivers/adodb-oci8quercus.inc.php b/drivers/adodb-oci8quercus.inc.php index 08f09c00..7fb776b3 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 c942d8f0..5d7fc38c 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 fcf3f469..8c2b510b 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 55999127..2f703218 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 3342cfd1..d62c9b29 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 74bf9578..12ae0329 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 b48cd65b..7bec8ef2 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 69ee035e..49918097 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 fa9652eb..db809f93 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 f7261d24..52a8e242 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-sapdb.inc.php b/drivers/adodb-sapdb.inc.php index 493a6fd7..90ddf136 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 e3284632..8bc6a8b5 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 32750dbe..a3e9b760 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 7226db5c..1bb3d065 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 92e80d73..30cdc9be 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 a86f4871..7f651a56 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 8d224852..b13a2fa8 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> diff --git a/perf/perf-db2.inc.php b/perf/perf-db2.inc.php index ad8374d6..5ee6f41f 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 ba3c9596..9a2f1818 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 93883f60..50215679 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 dfb85121..5e627329 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 5bc6960b..221a295a 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 7c69da4a..34241ba5 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 4d359fb6..9c2f86e3 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/tests/test.php b/tests/test.php index e452bc35..9626a9e2 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/ */ @@ -1756,7 +1756,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/test5.php b/tests/test5.php index 687cbb31..42785b0f 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 ed64f4bb..8a1690ea 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/testoci8.php b/tests/testoci8.php index 2229ddbf..ec81edad 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 200c62e5..a48dfd1c 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 d17cf05f..f7f40fb7 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 27154d5f..273d862c 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 326c9e6f..44e78102 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) |
