Date: 11/13/00
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Previous message: Sterling Hughes: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] transparent output compression patch"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] transparent output compression patch"
- Reply: Zeev Suraski: "Re: [PHP-DEV] transparent output compression patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok, I merge in my changes later if you want :)
A question: how do you make output compression work with the session uri
adaption?
It seems that output goes through these layers:
1. output handlers (if present)
2. php_ub_body_write_no_header with session_adapt_uri
3. sapi output function (php_header_write)
If you implement the output compression as a output handler, the compressed
output will be scanned for uris :(
Do you see the problem or did I miss something? :)
If you wan't it really clean, the uri adaption should be an output handler
too, shouldn't it?
-Jade.
On Mon, Nov 13, 2000 at 05:52:37PM +0200, Zeev Suraski wrote:
> Damn :) We'll have to merge code now. I'll first get your original code
> to work, and then you'd could merge in your changes.
>
> Zeev
>
> At 17:12 13-11-00, Jade Nicoletti wrote:
> >Here is an updated patch. Just in case... :)
> >
> >The deflate coding and the autodetection works now. I've definied some
> >constants
> >and I've put in some warning messages.
> >
> >-Jade.
> >
> >On Mon, Nov 13, 2000 at 12:32:57PM +0200, Zeev Suraski wrote:
> > > I'm working on converting your work to a output handler in zlib.c - I'll
> > > send you the diff when I'm done.
> > >
> > > Zeev
> >
> >--
> >===============================================================================
> > Jade Nicoletti Nicoletti Net Services Tel. 01 240 4774
> > Geschäftsleitung Postfach 2519 Fax 01 240 4775
> > System-Administration 8021 Zürich
> >============================================[ Weitere Infos:
> >http://nns.ch/ ]==
>
> --
> Zeev Suraski <zeev <email protected>>
> CTO, Zend Technologies Ltd. http://www.zend.com/
-- =============================================================================== Jade Nicoletti Nicoletti Net Services Tel. 01 240 4774 Geschäftsleitung Postfach 2519 Fax 01 240 4775 System-Administration 8021 Zürich ============================================[ Weitere Infos: http://nns.ch/ ]==-- 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: Sebastian Bergmann: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Previous message: Sterling Hughes: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] transparent output compression patch"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] transparent output compression patch"
- Reply: Zeev Suraski: "Re: [PHP-DEV] transparent output compression patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

