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

Move request params to request header #12

Closed
jeremykendall opened this issue Sep 5, 2013 · 2 comments
Closed

Move request params to request header #12

jeremykendall opened this issue Sep 5, 2013 · 2 comments

Comments

@jeremykendall
Copy link
Owner

No description provided.

@llpereiras
Copy link

Hello, I tried to implement your solution on a linux server with php 5.3.28, but I can not make it work.

The error occurs on this line
  Use of undefined constant PHP_QUERY_RFC3986

Know what can be the error?

Thanks, for contribuited.

@jeremykendall
Copy link
Owner Author

The minimum PHP version for Query Auth is PHP 5.4.0. The library uses the PHP_QUERY_RFC3986 flag for http_build_query that was introduced in PHP 5.4.0.

You won't be able to use the latest version of Query Auth until you upgrade to at least PHP 5.4, which I highly recommend. You can, however, use QueryAuth 1.0.2-beta in a PHP 5.3 environment.

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

2 participants