From dc8593cb7b800394cdfabdc9cd825fca7f37b11b Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 18 Mar 2002 01:40:56 +0000 Subject: [PATCH] correct grammar --- README.STREAMS | 11 ++++++----- 1 file 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 -- 2.50.1