[TYPO3-dev] Gzlib in PHP

Dmitry Dulepov [typo3] dmitry at typo3.org
Fri Jun 6 05:36:34 CEST 2008


Hi!

Fr. Simon Rundell SCP wrote:
> running phpinfo() shows that my php is indeed compiled
> 
> --with-zlib=shared
> 
> (although I don't know how I could test it)
> 
> so why the error? All the config in php.ini I see appears to relate just to
> output compression. Is there something in typo3 config?
> 
> Hmmm. Confused and frustrated.

Shared means that it is in a separate so/dll (depending on the platform). But it is not loaded. You need to load it using "extension = " syntax in your php.ini.

-- 
Dmitry Dulepov
Learn more about TYPO3: http://typo3bloke.net/




More information about the TYPO3-dev mailing list