I've been trying to reconfigure PHP with zlib with little success. I got the zlib package and installed ok, trouble is when I go to reconfigure PHP I run
./configure --with-imap=/usr/local --with-mysql=/usr/local --with-apache=../apache_1.3.12 --enable-bcmath --enable-track-vars --enable-ftp --with-zlib
It runs and nothing in the output would indicate that it didn't configure with zlib.
(I've run it as above and with --with-zlib=/usr/local and -with-zlib=/usr/local/lib)
make
make install
then I restart the webserver.
Alas no zlib support, phpinfo() shows configure command without the --with-zlib. Any ideas?!?