diff options
author | Wez Furlong <wez@php.net> | 2002-08-11 10:53:10 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-08-11 10:53:10 +0000 |
commit | 5a21ab42cb0a7b4d0bc5661a6ae7d6ac085ed800 (patch) | |
tree | 8823280330d44c1cf243ea9709996341b6143439 /README.STREAMS | |
parent | 1861f1bae38472d7927d114a99d74ab40cd0eeee (diff) | |
download | php-git-5a21ab42cb0a7b4d0bc5661a6ae7d6ac085ed800.tar.gz |
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.
Diffstat (limited to 'README.STREAMS')
-rw-r--r-- | README.STREAMS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.STREAMS b/README.STREAMS index 870888a6bc..91a9245c0a 100644 --- a/README.STREAMS +++ b/README.STREAMS @@ -2,6 +2,10 @@ An Overview of the PHP Streams abstraction ========================================== $Id$ +WARNING: some prototypes in this file are out of date. +The information contained here is being integrated into +the php manual - stay tuned... + Please send comments to: Wez Furlong <wez@thebrainroom.com> Why Streams? |