Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6028523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:45:09+00:00 2026-05-23T04:45:09+00:00

I am using PHP 5.3.5 on windows, and I didn’t find any pecl_http.dll that

  • 0

I am using PHP 5.3.5 on windows, and I didn’t find any pecl_http.dll that works with my installation.

So my question is,

How do I get the functionality of http_parse_headers without using PECL?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:45:10+00:00Added an answer on May 23, 2026 at 4:45 am

    You can get the extension for Windows at

    • http://downloads.php.net/pierre/

    It’s one of the php_http-5.3-*-x86.zip files. Check which PHP you have installed and pick the right one, e.g. my PHP is a php-5.3.6-nts-Win32-VC9-x86, so I needed php_http-5.3-nts-svn20091125-vc9-x86.zip.

    Download the zip and extract the php_http.dll to your extension folder. The extension folder should be the /ext folder in your php installation directory. If you are not sure, open your php.ini file and search for these lines:

    ; Directory in which the loadable extensions (modules) reside.
    ; http://php.net/extension-dir
    ; extension_dir = "./"
    ; On windows:
    extension_dir = .\ext
    

    The value for extension_dir is where you have to place the dll. If you are unsure where your php.ini is located, open a command prompt and do

    php --ini
    

    This will tell you where your php.ini is. It will output something like

    Configuration File (php.ini) Path: C:\Windows
    Loaded Configuration File:         C:\php5\php-5.3.6-nts-Win32-VC9-x86\php.ini
    Scan for additional .ini files in: (none)
    Additional .ini files parsed:      (none)
    

    After you have copied the dll, add the extension to your php.ini to enable it. Find where it says something like

    ;;;;;;;;;;;;;;;;;;;;;;
    ; Dynamic Extensions ;
    ;;;;;;;;;;;;;;;;;;;;;;
    

    There should be multiple lines similar to this:

    ;extension=php_sybase_ct.dll
    extension=php_tidy.dll
    ;extension=php_xmlrpc.dll
    extension=php_xsl.dll
    ;extension=php_zip.dll
    

    Add the following line:

    extension=php_http.dll
    

    Save the php.ini and type the following at your command prompt:

    php --ri http
    

    You should now get a rather extensive output starting with

    http
    HTTP Support => enabled
    Extension Version => 1.7.0-dev
    … more stuff
    

    This means, you have successfully installed the extension and can use it now.

    Note, that in order to be able to load this extension on Windows, you additionally need to load the following PHP extensions: hash, iconv and SPL.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have HTML tidy extension on my home computer using PHP 5.2.11 (Windows -
How can I install APC on Windows? I am using PHP 5.3, Windows 7
We have an issue using the PEAR libraries on Windows from PHP . Pear
On Windows using WAMPserver (Apache, MySQL, PHP) I have the following: //test.php if (!defined('LC_MESSAGES'))
in windows (using apache as server), my file path directory will be C:\xampp\htdocs\mysvn\PhpDocumentor\phpdoc.php. But
I'm using EasyPHP (my OS = Windows XP) and I've written a little php
I'm trying to setup an Apache/PHP/Postgresql server locally on my machine. I'm using Windows
I'm using Netbeans 7.0.1 in a PHP project. I've installed XAMPP 1.7 in Windows
Using PHP 5.3.1 on windows. I am just trying to add spaces between numbers
How can i list the contents of a windows share using PHP? $SearchFolder =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.