summaryrefslogtreecommitdiff
path: root/README.STREAMS
Commit message (Collapse)AuthorAgeFilesLines
* Added notes about locking functions.Ilia Alshanetsky2003-03-041-1/+7
|
* forgot to add fprintf in listMarcus Boerger2002-11-111-1/+1
|
* add fprintf replacement: tested, working, usedMarcus Boerger2002-11-061-0/+2
|
* - Apply proper capitalization to PHP and MySQL.Jon Parise2002-10-231-8/+8
| | | | | - Correct some spelling errors.
* Introduce an error stack for wrappers, to help prevent multiple errorsWez Furlong2002-08-111-0/+4
| | | | | | | | and warnings (some of which are bogus) when there are problems opening streams. Implement sanity check on the mode used to open ftp and http connections. This fixes Bug 12004.
* correct grammarWez Furlong2002-03-181-5/+6
|
* Add some rules for stream implementors.Wez Furlong2002-03-181-4/+16
|
* Fix for php_stream_gets when the implementation does not support itWez Furlong2002-03-171-1/+43
| | | | | | | | | natively (Thanks Marcus). Implement php_stream_make_seekable() and add STREAM_MUST_SEEK as an option to php_stream_open_wrapper(). See README.STREAMS for usage.
* fix typoWez Furlong2002-03-161-1/+1
|
* Tweak the API to be more consistent.Wez Furlong2002-03-161-55/+124
| | | | | Update docs.
* Information about php streamsWez Furlong2001-04-181-0/+243