summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2018-08-06 08:39:12 +0200
committerDamien Regad <dregad@mantisbt.org>2018-08-06 08:43:51 +0200
commit8a94cd5aaf3190b7c147ffac271410db3cdab962 (patch)
treed618723d610222fc15ff5482cb96418a5f806214
parent317f16fcc0ff677a9ab4e088e10821a3dad7ed82 (diff)
downloadadodb-8a94cd5aaf3190b7c147ffac271410db3cdab962.tar.gz
adodb-8a94cd5aaf3190b7c147ffac271410db3cdab962.tar.bz2
adodb-8a94cd5aaf3190b7c147ffac271410db3cdab962.zip
Fix or remove references to php.weblogs.com (#443)
-rw-r--r--adodb-csvlib.inc.php4
-rw-r--r--adodb-errorhandler.inc.php2
-rw-r--r--adodb-errorpear.inc.php2
-rw-r--r--adodb-exceptions.inc.php2
-rw-r--r--docs/changelog_v2.x.md2
-rw-r--r--drivers/adodb-informix.inc.php2
-rw-r--r--drivers/adodb-mssqlpo.inc.php2
-rw-r--r--drivers/adodb-oci805.inc.php2
-rw-r--r--pear/Auth/Container/ADOdb.php2
-rw-r--r--rsfilter.inc.php2
-rw-r--r--server.php2
-rw-r--r--session/old/adodb-cryptsession.php2
-rw-r--r--session/old/adodb-session-clob.php2
-rw-r--r--session/old/adodb-session.php2
-rw-r--r--tests/client.php2
-rw-r--r--tests/test4.php2
-rw-r--r--tests/testmssql.php2
17 files changed, 16 insertions, 20 deletions
diff --git a/adodb-csvlib.inc.php b/adodb-csvlib.inc.php
index adcf5ff0..71500e0e 100644
--- a/adodb-csvlib.inc.php
+++ b/adodb-csvlib.inc.php
@@ -20,10 +20,6 @@ $ADODB_INCLUDED_CSV = 1;
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 925e8c8a..d4273228 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 26c543a6..db64dc93 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 b032deac..3231beb2 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/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/drivers/adodb-informix.inc.php b/drivers/adodb-informix.inc.php
index a8519e3f..0a13974a 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-mssqlpo.inc.php b/drivers/adodb-mssqlpo.inc.php
index 91e4e3b4..a8671354 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-oci805.inc.php b/drivers/adodb-oci805.inc.php
index 995b815c..ee03573b 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/pear/Auth/Container/ADOdb.php b/pear/Auth/Container/ADOdb.php
index 16fd1b18..3bda363d 100644
--- a/pear/Auth/Container/ADOdb.php
+++ b/pear/Auth/Container/ADOdb.php
@@ -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/adodb 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/rsfilter.inc.php b/rsfilter.inc.php
index cd5ceed0..14dd9ec0 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
*/
diff --git a/server.php b/server.php
index fa71618d..f8c062b5 100644
--- a/server.php
+++ b/server.php
@@ -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 590ded11..c4883297 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 of ADODB is available at http://adodb.org/adodb
======================================================================
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 a8ca6b00..2cb87e57 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 of ADODB is available at http://adodb.org/adodb
======================================================================
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 9d4a731e..b96ccc46 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 of ADODB is available at http://adodb.org/adodb
======================================================================
This file provides PHP4 session management using the ADODB database
diff --git a/tests/client.php b/tests/client.php
index 1ca5bc9a..a8bac679 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/test4.php b/tests/test4.php
index 1fdba797..771dc774 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/testmssql.php b/tests/testmssql.php
index 8d925288..ec0741ce 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.
*/