[PHP-DEV] transparent output compression still doesn't work From: André Langhorst (A.Langhorst <email protected>)
Date: 12/04/00

I've tried to enable these transparent output buffers again and it still
doesn't work, I've also tried the builds from www.php4win.de, this is my
code

<?php
$a=50;
ob_start("ob_gzhandler");
echo str_repeat('a',$a);
ob_end_flush();
?>

and my headers

GET /_te2.php HTTP/1.0
Accept-Encoding: gzip, deflate

I've currently tried w2k,apachemod,with inline_optimizations

In addition I do not really know how to solve this warning building
php_zlib.dll, perhaps it has something to do with it...

LINK : warning LNK4098: Standardbibliothek "LIBCMT" steht in Konflikt
mit anderen Bibliotheken; /NODEFAULT:Bibliothek verwenden

regards,
andré

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>