]> granicus.if.org Git - php/commitdiff
correct grammar
authorWez Furlong <wez@php.net>
Mon, 18 Mar 2002 01:40:56 +0000 (01:40 +0000)
committerWez Furlong <wez@php.net>
Mon, 18 Mar 2002 01:40:56 +0000 (01:40 +0000)
README.STREAMS

index a32afc462c2a7a6b97f8cbcddb2f42d7287c1378..870888a6bcbe3e01888298303bb5dc928f85f3d2 100644 (file)
@@ -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