Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Andi's build problem. | Wez Furlong | 2001-05-05 | 1 | -0/+4 |
| | |||||
* | Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c | Wez Furlong | 2001-05-05 | 1 | -0/+20 |
| | | | | | | | | and rename to php_connect_nonb(). Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts should now work in php_hostconnect(). sock streams abstraction now uses php_sockbuf as the "abstract" pointer. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Remove track_vars - it is now always on | Zeev Suraski | 2000-09-05 | 1 | -1/+6 |
| | | | | | | | - Make the various $HTTP_*_VARS[] arrays be defined always, even if they're empty - Fix Win32 build and warnings | ||||
* | renamed hostconnect() to php_hostconnect() | Stig Venaas | 2000-09-05 | 1 | -1/+1 |
| | |||||
* | Added timeout argument, but not used yet | Stig Venaas | 2000-09-03 | 1 | -1/+1 |
| | |||||
* | To be included by code using functions in network.c | Stig Venaas | 2000-09-03 | 1 | -0/+27 |