> On Aug 11, 2009, at 8:06 PM, Philip Olson wrote:
> 
> >
> > On Aug 11, 2009, at 4:45 PM, Brandon Savage wrote:
> >
> >> All,
> >>
> >> After reviewing the to-do items I saw that the include()  
> >> documentation needed to be updated. I took a stab at simplifying  
> >> the first few paragraphs which mostly involved removing verbose  
> >> text and simplifying. Since the change is fairly significant I  
> >> wanted to solicit feedback from the group instead of simply  
> >> committing it.
> >>
> >> If I don't hear any suggestions I'll assume that it works and I'll  
> >> commit it.
> >
> > Looks good. I agree that the include_path example doesn't belong  
> > here but it should likely be cleaned up and moved over to the  
> > include_path documentation instead of simply being deleted. I find  
> > this difficult to document, but maybe you'll have better luck. :)
> >
> > Regards,
> > Philip
> 
> I gave updating that documentation a shot as well. I've attached a  
> second diff showing my work there. I don't feel like it's entirely  
> perfect, but it may be better than what we had.
> 
> P.S. reply-all. Whoops! :-S
> 
I suggest changing:

+        PHP considers each path in the include path seperately when looking for

to:

+        PHP considers each entry in the include path separately when
looking for

for better readability (and corrected typo).

Reply via email to