diff options
author | Wez Furlong <wez@php.net> | 2002-03-18 01:40:56 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-03-18 01:40:56 +0000 |
commit | dc8593cb7b800394cdfabdc9cd825fca7f37b11b (patch) | |
tree | eefc54bbc271e765839963d2984b86717ae3216e /README.STREAMS | |
parent | 67d75b177d21b73ea7e755be0c307123d67e71fe (diff) | |
download | php-git-dc8593cb7b800394cdfabdc9cd825fca7f37b11b.tar.gz |
correct grammar
Diffstat (limited to 'README.STREAMS')
-rw-r--r-- | README.STREAMS | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/README.STREAMS b/README.STREAMS index a32afc462c..870888a6bc 100644 --- a/README.STREAMS +++ b/README.STREAMS @@ -276,11 +276,12 @@ Writing your own stream implementation ====================================== !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -RULE #1: when writing your own streams: make sure you have configured PHP -with --enable-debug. I've some great pains to hook into the zend memory -manager to help track down allocation problems. It will also help you -spot incorrect use of the STREAMS_DC, STREAMS_CC and the semi-private -STREAMS_REL_CC macros for function definitions. +RULE #1: when writing your own streams: make sure you have configured PHP with +--enable-debug. +I've taken some great pains to hook into the zend memory manager to help track +down allocation problems. It will also help you spot incorrect use of the +STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for function +definitions. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! RULE #2: Please use the stdio stream as a reference; it will help you |