Page 1 of 1

php_http.dll modul not exists in xampp 1.7.2

PostPosted: 08. October 2009 10:14
by bbildstein
In my application there is code from
php_http.dll modul
This php_http.dll does not exist anymore in xampp 1.7.2
What can i do to further use my code ?.
Where is the above modul ?.

Thank you very much.

Re: php_http.dll modul not exists in xampp 1.7.2

PostPosted: 08. October 2009 11:20
by Nobbie
bbildstein wrote:Where is the above modul ?.


Due to http://de.php.net/manual/en/http.install.php there is no more, because

a) the HTTP extension has been moved to PECL, it is called pecl_http
b) currently there is no DLL for Windows

That means, you

a) either build your own DLL (difficult)
b) or switch over to linux (what i prefer)
c) or go back a few releases, where php_http.dll was part of PHP