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 7664207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:14:50+00:00 2026-05-31T14:14:50+00:00

Following another question on SO (I am no PHP expert), I am wondering whether

  • 0

Following another question on SO (I am no PHP expert), I am wondering whether the Zlib library has been properly installed on my local laptop. Documentation says there should be no need to manually install this library, but code using this library does not work.

Documentation mentions a need to configure PHP --with-zlib[=DIR], but for versions below 4.3. I am on 5.2.17. I have checked php.ini, but I see no reference to it. My PHP system has been installed with Acquia Dev Desktop.

How can I check whether the Zlib library has been properly installed and enabled on my local PC? Where should I take a look at? What should I look for? Thanks.

  • 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-31T14:14:52+00:00Added an answer on May 31, 2026 at 2:14 pm

    You can use phpinfo() to get full information about libraries

    <?php
       phpinfo();
    ?>
    

    or in your PHP code test for a given function

    if (function_exists("gzcompress")) {
      echo "OK";
    } else {
      die("zlib missing");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i've been working on this question since yesterday, i have the following code.. <?php
I've got the following code from another question on SO to track the changing
Another question of mine about optimizing Objective C programs inspired the following: does anyone
When answering another question, I realized that the following program does not quite do
Now following my series of python newbie questions and based on another question .
What is the difference between the following maps I create (in another question, people
I found the following regex from another Stack Overflow question: Change an element's class
This came up when answering another user's question (TheSoftwareJedi)... Given the following table: ROW_PRIORITY
Following on from a question I posted yesterday about GUIs, I have another problem
I had a question answered which raised another one, why following does not work?

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.