Re: [PHP] How to add Zlib support

2004-08-24 Thread Mauricio Pellegrini
Curt Zirzow wrote: * Thus wrote Mauricio Pellegrini: It's a requisite that the compression library has to be zlib. I don't know how to do that. I guess I should reconfigure with './configure' '--with-mysql' '--with-apxs=/usr/local/apache/bin/apxs'

Re: [PHP] How to add Zlib support

2004-08-24 Thread Curt Zirzow
* Thus wrote Mauricio Pellegrini: Curt Zirzow wrote: Ok, Thanks . But should I recompile only php or do I have to recompile apache,mysql,etcetera,etcetera? Nope, php will be compiled as a shared object so everything else doesn't need to be recompiled. Curt -- First, let me assure you

Re: [PHP] How to add zlib support

2004-08-23 Thread Curt Zirzow
I dont see how this has anything to do with: - Cookie behaviour - opening a save dialog box. - unlink and rmdir problems Please start a new email when starting a new topic, this is the 3rd unrelated topic that has been started on this thread. Curt -- First, let me assure you that

Re: [PHP] How to add Zlib support

2004-08-23 Thread Curt Zirzow
* Thus wrote Mauricio Pellegrini: It's a requisite that the compression library has to be zlib. I don't know how to do that. I guess I should reconfigure with './configure' '--with-mysql' '--with-apxs=/usr/local/apache/bin/apxs' '--with-zlib'