Hi Sterling,

I've just commited my curl based wrapper.
It's currently read-only (due to a temporary limitation in curl),
and might not work properly for include/require statements (or
passing streams to third-party libraries) on systems without fopencookie.
Also, due to another bug in curl, redirects are not followed either.

Because it's not yet a 100% compatible replacement for our own wrappers,
you have to configure --with-curlwrappers to turn this code on.

Hopefully this is enough to get things moving for bundling and integrating
curl, although I'm not sure that we should enable this by default for 4.3
(it depends on how quickly curl can stabilize the "push" functionality
we require for writing to curl streams).

If you have some time to play with it, I would be grateful if you could
test it with other protocols (such as ftp and ldap) that I'm unable to
test due to lack of time or lack of a test server.

I'm hoping that we can keep php_curl_stream_opener as generic as
possible for all the different protocols - I need your familiarity with
the curl api here to help figure out what is best.

--Wez.


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

Reply via email to