Skip to content
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

[Dns] Correctly resolve CNAME aliases #201

Closed
wants to merge 2 commits into from
Closed

[Dns] Correctly resolve CNAME aliases #201

wants to merge 2 commits into from

Conversation

igorw
Copy link
Contributor

@igorw igorw commented Jun 3, 2013

This should resolve reactphp-legacy/whois#6.

@umpirsky please test this.

@umpirsky
Copy link

umpirsky commented Jun 6, 2013

Hey, thanks,

I updated wisdom deps:

m$ composer.phar update --dev
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing react/stream (v0.2.7)
    Loading from cache

  - Removing react/promise (v1.0.1)
  - Installing react/promise (v1.0.4)
    Loading from cache

  - Installing react/event-loop (v0.2.7)
    Loading from cache

  - Installing react/socket (v0.2.7)
    Loading from cache

  - Installing react/cache (v0.2.7)
    Loading from cache

  - Installing react/dns (v0.2.7)
    Loading from cache

  - Removing react/whois (v0.1.0)
  - Installing react/whois (v0.1.1)
    Loading from cache

  - Removing symfony/finder (v2.2.0)
  - Installing symfony/finder (v2.3.0)
    Loading from cache

  - Removing symfony/filesystem (v2.2.0)
  - Removing guzzle/http (v2.8.8)
  - Removing guzzle/common (v2.8.8)
  - Removing symfony/event-dispatcher (v2.1.3)
  - Removing guzzle/parser (v2.8.8)
react/event-loop suggests installing ext-libevent (>=0.0.5)
react/event-loop suggests installing ext-libev (*)
Writing lock file
Generating autoload files

But I still get different results:

$ php examples/check.php 
Checking domains...
Domain igor.io is taken.
Domain umpirsky.com is available.
Domain umpirsky.net is taken.
$ php examples/check.php 
Checking domains...
Domain igor.io is taken.
Domain umpirsky.com is taken.
Domain umpirsky.net is available.

Sorry for the delay.

@igorw
Copy link
Contributor Author

igorw commented Jul 8, 2013

Merged into 0.4.

@igorw igorw closed this Jul 8, 2013
@umpirsky
Copy link

umpirsky commented Jul 8, 2013

@igorw Is it fixed now, should I retest?

@igorw
Copy link
Contributor Author

igorw commented Jul 8, 2013

@umpirsky nah, I think the whois problem is unrelated. haven't been able to figure it out though. :-(

@umpirsky
Copy link

umpirsky commented Jul 8, 2013

OK, thanks. I'll keep eye on reactphp-legacy/whois#6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non consistent whois responses
2 participants