Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added notes about locking functions. | Ilia Alshanetsky | 2003-03-04 | 1 | -1/+7 |
| | |||||
* | forgot to add fprintf in list | Marcus Boerger | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | add fprintf replacement: tested, working, used | Marcus Boerger | 2002-11-06 | 1 | -0/+2 |
| | |||||
* | - Apply proper capitalization to PHP and MySQL. | Jon Parise | 2002-10-23 | 1 | -8/+8 |
| | | | | | - Correct some spelling errors. | ||||
* | Introduce an error stack for wrappers, to help prevent multiple errors | Wez Furlong | 2002-08-11 | 1 | -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 grammar | Wez Furlong | 2002-03-18 | 1 | -5/+6 |
| | |||||
* | Add some rules for stream implementors. | Wez Furlong | 2002-03-18 | 1 | -4/+16 |
| | |||||
* | Fix for php_stream_gets when the implementation does not support it | Wez Furlong | 2002-03-17 | 1 | -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 typo | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | Tweak the API to be more consistent. | Wez Furlong | 2002-03-16 | 1 | -55/+124 |
| | | | | | Update docs. | ||||
* | Information about php streams | Wez Furlong | 2001-04-18 | 1 | -0/+243 |