http_get installation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lunarfish
Forum Newbie
Posts: 2
Joined: Fri Jul 21, 2006 6:24 am

http_get installation

Post by lunarfish »

hello.

i've added the php_http.dll extension to my php installation and it works if i run a file through the command line but it's not being picked up by apache1.3. is there something else i need to do to get the file picked up by the httpserver? it says in the docs i should just have to restart apache but that's not working. any ideas welcome.

i'm using php4.4 on windows with the pecl php_http.dll file i downloaded as a binary. i've also added the iconv extension and a couple of others mentioned in posts elsewhere on google.

cheers. dan
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I would guess your Apache install isn't using the same ini that your command line uses.
Post Reply