From b2a4f9c58c70ff36be2bfd1184067f534fb09797 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 15 Dec 2017 15:43:38 -0600 Subject: [PATCH 1/6] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d286b0d..eeb3fae 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "phois/whois", + "name": "hoaexpress/php-whois", "description": "Whois client.", "keywords": ["whois"], "version": "1.0.0", From 45bf019823c22bc74ef1c193e3d6a667064f8066 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 27 Jul 2018 10:04:04 -0500 Subject: [PATCH 2/6] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eeb3fae..8083a79 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "hoaexpress/php-whois", + "name": "sparksuite/php-whois", "description": "Whois client.", "keywords": ["whois"], "version": "1.0.0", From b7b69638688990e8ea14127d0ae17fb4d18c8fc7 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 27 Jul 2018 10:04:26 -0500 Subject: [PATCH 3/6] Update README.md --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index 247e288..f3b5517 100644 --- a/README.md +++ b/README.md @@ -1,25 +1 @@ -# php-whois - -PHP class to retrieve WHOIS information. - -## Example of usage - -```php - -info(); - -echo $whois_answer; - -if ($domain->isAvailable()) { - echo "Domain is available\n"; -} else { - echo "Domain is registered\n"; -} - -``` \ No newline at end of file +Forked for internal company use From c2ebdf6efef1efb08bc15b914425c15c90dac156 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Thu, 9 Aug 2018 10:43:47 -0500 Subject: [PATCH 4/6] Fix version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8083a79..5bc3870 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "sparksuite/php-whois", "description": "Whois client.", "keywords": ["whois"], - "version": "1.0.0", + "version": "1.0.2", "license": "MIT", "authors": [ { From ad61adfe70a89f6378a1ba17a6ac603f670a68d1 Mon Sep 17 00:00:00 2001 From: peter-hoa <49166958+peter-hoa@users.noreply.github.com> Date: Tue, 28 May 2019 16:01:44 -0500 Subject: [PATCH 5/6] Change the response test for .ca The .ca server is responding with: ``` Not found: sluggerqqqq.ca % % Use of CIRA's WHOIS service is governed by the Terms of Use in its Legal % Notice, available at http://www.cira.ca/legal-notice/?lang=en % % (c) 2019 Canadian Internet Registration Authority, (http://www.cira.ca/) ``` when being queried for `sluggerqqqq.ca` --- src/Phois/Whois/whois.servers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Phois/Whois/whois.servers.json b/src/Phois/Whois/whois.servers.json index f270d3a..adbfd6d 100644 --- a/src/Phois/Whois/whois.servers.json +++ b/src/Phois/Whois/whois.servers.json @@ -397,7 +397,7 @@ ], "ca": [ "whois.cira.ca", - "Domain status: available" + "Not found:" ], "cab": [ "whois.donuts.co", @@ -3907,4 +3907,4 @@ "whois.ksregistry.net", "not found..." ] -} \ No newline at end of file +} From f5152d0d20d2fccdf04e139060215f4ff2d5e951 Mon Sep 17 00:00:00 2001 From: peter-hoa <49166958+peter-hoa@users.noreply.github.com> Date: Tue, 28 May 2019 19:33:15 -0500 Subject: [PATCH 6/6] This version # needs to match the tag/release number Please cut another release (1.0.4) with this version of the composer.json file. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5bc3870..e306531 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "sparksuite/php-whois", "description": "Whois client.", "keywords": ["whois"], - "version": "1.0.2", + "version": "1.0.4", "license": "MIT", "authors": [ {