Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
ameoba32
Joined: 02 Apr 2014 Posts: 5 Location: Canada, Montreal
|
Posted: Wed 02 Apr '14 20:03 Post subject: |
|
|
Jan, your work is amazing. This build includes everything inside, all extensions and even PECL. Great help for windows developers.
However I do not understand why I do get error about missing http_build_url function. I use php-5.5.10-Win32-VC11-x64.zip
phpinfo() shows I have php_http extension loaded:
extension=php_propro.dll
extension=php_http.dll
Also I can not find function name inside php_http.dll.
In previos version I use 5.3.23 I have this function in php_http.dll and it works.
Can you help?
Thanks! |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
ameoba32
Joined: 02 Apr 2014 Posts: 5 Location: Canada, Montreal
|
Posted: Mon 07 Apr '14 15:59 Post subject: |
|
|
Yes, I have it, forgot to mention.
extension=php_propro.dll
extension=php_raphf.dll
extension=php_http.dll
but problem is still there. |
|
Back to top |
|
Mandrake
Joined: 11 Dec 2013 Posts: 4 Location: Denmark, Copenhagen
|
Posted: Mon 07 Apr '14 16:41 Post subject: |
|
|
As I havent tried myself yet I cannot guarantee, but looking at the documentation @ http://devel-m6w6.rhcloud.com/mdref/http it seems the approach has changed in v2.0, so instead of calling http_build_url function you should use the namespace and the url is build from parameters passed to object instancing or calling the static functions of the Url class. |
|
Back to top |
|
ameoba32
Joined: 02 Apr 2014 Posts: 5 Location: Canada, Montreal
|
Posted: Mon 07 Apr '14 20:59 Post subject: |
|
|
Thanks, I also found on docs page:
Conflicts:
pecl/http-v2 conflicts with the following extensions:
http-v1
So it is actually HTTP-V2 extension, which breaks backwards compatibility with HTTP-V1 pecl extension.
DO you have any plans to include HTTP-V1 into your builds? |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Wed 09 Apr '14 13:06 Post subject: |
|
|
Try the php_http1.dll, that is in my latest builds (5.5.11 and 5.4.27) now. |
|
Back to top |
|
ameoba32
Joined: 02 Apr 2014 Posts: 5 Location: Canada, Montreal
|
Posted: Wed 09 Apr '14 15:37 Post subject: |
|
|
I included php_http1.dll, but got next error:
PHP Startup: Invalid library (maybe not a PHP library) 'php_http1.dll' |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Wed 09 Apr '14 15:50 Post subject: |
|
|
Which PHP version did you use?
And try renaming it to php_http.dll. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Wed 09 Apr '14 18:39 Post subject: |
|
|
I have recompiled all 5.5.11 & 5.4.27 NTS versions with a php_http1.dll that seems to be working. The TS versions will follow later. |
|
Back to top |
|