Commit Graph

10 Commits

Author SHA1 Message Date
Marcus Boerger
b94a769036 forgot to add fprintf in list 2002-11-11 18:05:22 +00:00
Marcus Boerger
8135094b7d add fprintf replacement: tested, working, used 2002-11-06 01:56:51 +00:00
Jon Parise
67f8041395 - Apply proper capitalization to PHP and MySQL.
- Correct some spelling errors.
2002-10-23 21:39:32 +00:00
Wez Furlong
5a21ab42cb Introduce an error stack for wrappers, to help prevent multiple errors
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.
2002-08-11 10:53:10 +00:00
Wez Furlong
dc8593cb7b correct grammar 2002-03-18 01:40:56 +00:00
Wez Furlong
afd2c5662a Add some rules for stream implementors. 2002-03-18 01:12:32 +00:00
Wez Furlong
12a0092376 Fix for php_stream_gets when the implementation does not support it
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.
2002-03-17 14:21:01 +00:00
Wez Furlong
6abd7c6f93 fix typo 2002-03-16 13:54:03 +00:00
Wez Furlong
30647934a4 Tweak the API to be more consistent.
Update docs.
2002-03-16 13:48:57 +00:00
Wez Furlong
e85f4fd5a7 Information about php streams 2001-04-18 10:43:21 +00:00