summaryrefslogtreecommitdiff
path: root/main/streams.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* TSRMLS fixWez Furlong2001-08-251-5/+5
|
* Zend compatibility patchZeev Suraski2001-07-301-9/+17
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+1
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.cWez Furlong2001-05-051-259/+58
| | | | | | | | 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.
* Added files for PHP streamsWez Furlong2001-04-171-0/+560