Branches
Comments
[»]
A problem with sockets io
by Solon - Sep 30th 2006 05:32:17
Hi Chris,
Thank you for the nice class. We have chosen to use it over PEAR class
because it provides more methods and it claims to be stable. However it
turned out that there are some issues in the low level socket io code. We
have fixed one issue and can post you the patch. But we are still having
some issues in the _get_respond() functions which result in stuck
connection. Please let me know if we can discuss this.
Thanks, Solon.
[reply]
[top]
[»]
See also: PEAR::HTTP_WebDAV_Client
by Hartmut Holzgraefe - Dec 15th 2003 05:25:54
The PEAR package HTTP_WebDAV_Client provides
a PHP Stream Wrapper for accessing WebDAV
resources using the fopen() family of functions
http://pear.php.net/package/HTTP_WebDAV_Client/
[reply]
[top]
[»]
Re: See also: PEAR::HTTP_WebDAV_Client
by Chris - Dec 20th 2003 06:26:52
> The PEAR package HTTP_WebDAV_Client
> provides
> a PHP Stream Wrapper for accessing
> WebDAV
> resources using the fopen() family of
> functions
>
> http://pear.php.net/package/HTTP_WebDAV_Client/
Yes your right. It's another approach. The abstraction level seems to much
stronger as in this class. I was interested in all information you can get
back from a webdav server...that's what this class does...
[reply]
[top]
|