Andrey Hristov
92d27ccb05
Constify streams API and a few other calls down the rabbit hole.
...
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.
2013-07-30 12:49:36 +02:00
Ilia Alshanetsky
6efd9ea5c4
Added notes about locking functions.
2003-03-04 21:46:33 +00:00
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