Date: 12/04/00
- Next message: Zeev Suraski: "Re: [PHP-DEV] Crash during compilation"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] 4.0.2 + 4.0.3p1 not binary compatible?"
- Next in thread: Zeev Suraski: "[PHP-DEV] Re: transparent output compression still doesn't work"
- Reply: Zeev Suraski: "[PHP-DEV] Re: transparent output compression still doesn't work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Zeev Suraski: "Re: [PHP-DEV] Crash during compilation"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] 4.0.2 + 4.0.3p1 not binary compatible?"
- Next in thread: Zeev Suraski: "[PHP-DEV] Re: transparent output compression still doesn't work"
- Reply: Zeev Suraski: "[PHP-DEV] Re: transparent output compression still doesn't work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

