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

Call to undefined function http_build_url() in /var/www/html/newsFeed.php on line #9

Closed
akash3456 opened this issue Aug 27, 2015 · 3 comments

Comments

@akash3456
Copy link

I seem to be getting this error even though all dependencies have been installed?

@remicollet
Copy link
Collaborator

It seems your code requires old pecl_http v1 (which is not compatible with v2)

@akash3456
Copy link
Author

I have php 5.6.4 on Ubuntu 15.04. should it work on this latest version of php?

Sent from my iPhone

On 27 Aug 2015, at 14:55, Remi Collet notifications@github.com wrote:

It seems your code requires old pecl_http v1 (which is not compatible with v2)


Reply to this email directly or view it on GitHub.

@m6w6
Copy link
Owner

m6w6 commented Aug 27, 2015

You either have to install pecl_http-1.7.6 or upgrade your userland code to the v2 API https://mdref.m6w6.name/http

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