# ZLib Test

**URL:** https://forum.kirupa.com/t/zlib-test/28140
**Category:** programming
**Created:** [August 10, 2003, 5:53pm UTC](https://forum.kirupa.com/t/zlib-test/28140 "2003-08-10T17:53:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BobbyDouglas](https://avatars.discourse-cdn.com/v4/letter/b/df705f/32.png) [@BobbyDouglas](https://forum.kirupa.com/u/BobbyDouglas)
#### Post date: [August 10, 2003, 5:53pm UTC](https://forum.kirupa.com/t/zlib-test/28140/1 "2003-08-10T17:53:08Z")

</div>

Hey guys,

Those not familiar with ZLib, it is a compression tool for PHP only. It is just an extended module for it. All you do to use it is basically add 3 lines to the top of each php page.

To get to the point, [http://www.desilva.biz/gzip-test.php](http://www.desilva.biz/gzip-test.php). Is an awesome script that will test if your page is currently using it, as well as how much compressed it is. Anyone know where to get a script like this? I asked Matt from MattScripts to make one and I think he will… But I just wanted to know if anyone knew the code for it…

I plan on writing another program that will let you select php files and then add the code to the top and then save them. I just wanted a script for that program.
