Re: [PHP-DEV] ANNOUNCE: libapreq-0.30_01 (fwd) From: Rasmus Lerdorf (rasmus <email protected>)
Date: 01/28/99

> On the sapi end, we just take the apropriate stuff from the server and
> stick them there. On the php end, we have to parse that info and do
> whatever we want with it.

Well, yes, but it is the "take the appropriate stuff from the server" that
can be tricky sometimes. We would need to separate the actual fetching of
the data, like the Apache read_client_block stuff from the mime parsing
required to handle file uploads. I agree that the mime parsing can end up
in PHP while the read_client_block part needs to be in SAPI.

-Rasmus

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>