Index: appendices/ini.xml
===================================================================
--- appendices/ini.xml	(revision 287121)
+++ appendices/ini.xml	(working copy)
@@ -4639,6 +4639,16 @@
         separated with a colon in Unix or semicolon in Windows.
        </para>
        <para>
+        PHP considers each path in the include path seperately when looking for
+        files to include. It will check the first path, and if it doesn't find
+        it, check the next path, until it either locates the included file or
+        returns with a 
+        <link linkend="errorfunc.constants.errorlevels.e-warning">warning</link>
+        or an <link linkend="errorfunc.constants.errorlevels.e-error">error</link>. 
+        You may modify or set your include path at runtime using
+        <function>set_include_path</function>.
+       </para>
+       <para>
         <example>
          <title>Unix include_path</title>
          <programlisting role="php.ini">
