summaryrefslogtreecommitdiff
path: root/README.STREAMS
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* Remove leftovers of TSRMLS in docsTom Van Looy2015-12-251-3/+3
|
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-1/+1
| | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len.
* 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