summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2018-08-06 18:27:12 +0200
committerDamien Regad <dregad@mantisbt.org>2018-08-06 18:27:12 +0200
commitac34e7169b9667ba862e8771415281b2a9bcecb9 (patch)
tree706737111e39c6a29477649fae73d5d2936d2147 /tests
parent980aa9965bfabddc0eb0be5dfc1fcf3c73899e8b (diff)
parent748c0748477f328a23300bae80f88cc606a6d7a2 (diff)
downloadadodb-ac34e7169b9667ba862e8771415281b2a9bcecb9.tar.gz
adodb-ac34e7169b9667ba862e8771415281b2a9bcecb9.tar.bz2
adodb-ac34e7169b9667ba862e8771415281b2a9bcecb9.zip
Merge branch 'hotfix/5.20' (v5.20.13)
# Conflicts: # adodb-time.inc.php # docs/changelog.md # drivers/adodb-mssql.inc.php # drivers/adodb-mssqlnative.inc.php # drivers/adodb-oci8po.inc.php
Diffstat (limited to 'tests')
-rw-r--r--tests/client.php2
-rw-r--r--tests/test.php4
-rw-r--r--tests/test4.php2
-rw-r--r--tests/test5.php2
-rw-r--r--tests/testcache.php2
-rw-r--r--tests/testmssql.php2
-rw-r--r--tests/testoci8.php2
-rw-r--r--tests/testoci8cursor.php2
-rw-r--r--tests/testpaging.php2
-rw-r--r--tests/testpear.php2
-rw-r--r--tests/testsessions.php2
11 files changed, 12 insertions, 12 deletions
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> &nbsp;
<a href=testsessions.php>Sessions</a> &nbsp;
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)