I have php version php5.2.5
which doe not come with the zlib
However i have install the zlib
by the below given command
--- sudo apt-get update
--- wget http://www.zlib.net/zlib-1.2.7.tar.gz
--- wget http://www.zlib.net/zlib-1.2.7.tar.gz
--- tar -xvzf zlib-1.2.7.tar.gz
--- cd zlib-1.2.7
--- ./configure --prefix=/usr/local/zlib
--- sudo make
--- sudo make install
does i need to make any changes in the php.ini
hoever when i view the phpinfo() i doesnot see the zlib has been install
any help