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

Throws a RuntimeException if php-uv or libevent is not loaded. #16

Merged
merged 1 commit into from
Jan 16, 2015
Merged

Throws a RuntimeException if php-uv or libevent is not loaded. #16

merged 1 commit into from
Jan 16, 2015

Conversation

douggr
Copy link
Contributor

@douggr douggr commented Jan 6, 2015

Using UvReactor or LibeventReactor directly (instead of Amp\getReactor)
doesn't check if php-uv/libevent is loaded and dies with a 'Call to undefined
function' message.

Using UvReactor or LibeventReactor directly (instead of Amp\getReactor)
doesn't check if php-uv/libevent is loaded and dies with a 'Call to undefined
function' message.
@douggr
Copy link
Contributor Author

douggr commented Jan 6, 2015

closes #14
My robot was out of his bits, so I deleted the other branch and closed the PR as that branch really got away from me.

Sorry.

rdlowrey added a commit that referenced this pull request Jan 16, 2015
Throws a RuntimeException if php-uv or libevent is not loaded.
@rdlowrey rdlowrey merged commit 45c1a9a into amphp:master Jan 16, 2015
@douggr douggr deleted the issue-14 branch January 16, 2015 19:43
kelunik pushed a commit that referenced this pull request Mar 10, 2017
These resources or objects may then be attributed to a specific extension via instanceof or get_resource_type() in implementations.

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

Successfully merging this pull request may close these issues.

None yet

2 participants