On Fri, 2002-02-15 at 02:44, Wez Furlong wrote: > I'm just tidying up the basics first, then the more exotic stuff. > > BTW: it there a rule about code in main/* not being allowed to depend > on code in ext/standard/* ? (it would only be temporary) > > Actually, what would be nice would be to move most of the ext/standard/fsock.c > code into main/network.c - I remember that Stig wanted to track some extra > socket info. > > Can you refresh my memory Stig?
I think there should be a void pointer for use by each url wrapper module (http, ftp etc.), so the http wrapper can store HTTP headers, the ftp wrapper can store the server's login message etc. Don't remember if I wanted anything else right now, but I'll let you know if I think of something. The most important thing is to wrap everything into a PHP-defined structure. Go Wez! - Stig -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php