-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improved isAvailable #51
Open
igorplaton
wants to merge
28
commits into
regru:master
Choose a base branch
from
platon-net:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+114
−130
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
5fd219e
Fixed .id whois servers
tsiedsma 00090cf
Updated unitedtld.com to rightside.co
tsiedsma 6a31624
not_found_string as array for multiple options,
1afa064
Replace whois.nic.ad.jp with whois.jprs.jp
malkusch 1c2d2c5
Remove wrong mappings for whois.co.za
malkusch fc46fb9
Fix pattern for co.ac
malkusch 6d1a620
Fix pattern for com.ua
malkusch 85b7965
Remove wrong mapping for gov.mx
malkusch 8d33c0b
Remove wrong mapping for mil.tr
malkusch 02bbd7d
Remove wrong mapping for edu.cn
malkusch 672c5cc
Fix pattern for whois.net.ua
malkusch 46eb930
Fix pattern for ac.ke
malkusch 0251b82
Fix pattern for whois.nic.or.kr
malkusch 3b10f3c
Typo in comment
alsopub 413c361
Update whois.servers.json
marcelod 51a4f0b
Proxy for cURl
flashbag 2b7121a
Merge branch 'master' of https://github.com/whois-server-list/php-whois
igormino104 4d5918d
Merge branch 'master' of https://github.com/lhdev/php-whois
igormino104 805685e
Merge branch 'master' of https://github.com/marcelod/php-whois
igormino104 62880f0
Merge branch 'master' of https://github.com/alsopub/php-whois
igormino104 8fd3cf6
Merge branch 'master' of https://github.com/flashbag/php-whois
igormino104 9941041
fixed match pattern for co.uk
igormino104 b21a5c4
Merge branch 'master' of https://github.com/regru/php-whois
igormino104 307baba
added method of check whether server for TLD is defined
igormino104 57622aa
added check for exist WHOIS server
igorplaton 07c69b1
added parameters errno, errstr and timeout for fsockopen
igormino104 5b9e4b5
Merge branch 'regru:master' into master
igorplaton b860d23
removed "UNMAINTAINED"
igorplaton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# php-whois (UNMAINTAINED) | ||
# php-whois | ||
|
||
PHP class to retrieve WHOIS information. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to respect the original codestyle when you're making a PR.