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

Constant CRLF already defined #106

Closed
glennjacobs opened this issue May 1, 2013 · 2 comments
Closed

Constant CRLF already defined #106

glennjacobs opened this issue May 1, 2013 · 2 comments

Comments

@glennjacobs
Copy link

Laravel already defines CRLF constant in the core, so I get this warning from Redisent.php.

Constant CRLF already defined

Might be worth adding a check for this?

@chrisboulton
Copy link
Owner

Hi,

The next version of php-resque (to be cut soon) will use Credis instead of Redisent, which has an explicit check: https://github.com/colinmollenhour/credis/blob/master/Client.php#L23

For now, you might want to modify the library to do something similar.

Thanks for the report.

@tim-massey
Copy link

How soon will it be cut? :trollface:

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

No branches or pull requests

3 participants