* Thus wrote Klaus Reimer:
> Curt Zirzow wrote:
> >I have a pecl extenstion started that provides this functionality.
> >It needs some more testing and a patch so php doesn't parse the
> >data.
> 
> And this extension is working WITHOUT callbacks in main/rfc1867.c?

correct. The only thing that needs to go into the core of php is a
new php.ini option to disable parsing the input.

When this is the case the user can either parse the data via
php://stdin or by using an extension.


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to