Am about to submit docs for include/require and _once counterparts. The main changes are within include().
As of 4.0.2, include() and require() are identical except for the type of error they provide with include giving us an E_WARNING and require providing an E_ERROR (Fatal). This of course is upon failure. The docs have been updated to reflect this. include() now contains the bulk of the documentation, require() has less and points to it. The PHP3 specific stuff has been condensed into a <note>. And most of the examples are new. Am about to submit, please don't hesitate to review these docs. I've gone over it quite a few times, my eye balls are ready to stop. Am off to bed. hope I didn't forget anything! :) Regards, Philip Olson p.s. Some examples do not take into account E_NOTICE (undefined variables) but this was sorta the point (you'll see), does this seem like a problem? Hmm, maybe so :)