From: Wez Furlong Date: Mon, 18 Mar 2002 01:40:56 +0000 (+0000) Subject: correct grammar X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc8593cb7b800394cdfabdc9cd825fca7f37b11b;p=php correct grammar --- 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