dams Fri Aug 29 08:03:13 2003 EDT
Modified files:
/phpdoc/en/language control-structures.xml
Log:
include() is case INsensitive on Windows
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.79
phpdoc/en/language/control-structures.xml:1.80
--- phpdoc/en/language/control-structures.xml:1.79 Fri Aug 15 06:42:23 2003
+++ phpdoc/en/language/control-structures.xml Fri Aug 29 08:03:13 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.79 $ -->
+<!-- $Revision: 1.80 $ -->
<chapter id="control-structures">
<title>Control Structures</title>
@@ -1461,7 +1461,7 @@
and <function>include_once</function> may not be what you expect
on a non case sensitive operating system (such as Windows).
<example>
- <title><function>require_once</function> is case sensitive</title>
+ <title><function>require_once</function> is case insensitive on Windows</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -1476,11 +1476,11 @@
</para>
&warn.no-win32-fopen-wrapper;
<para>
- See also: <function>require</function>,
+ See also <function>require</function>,
<function>include</function>, <function>include_once</function>,
<function>get_required_files</function>,
- <function>get_included_files</function>, <function>readfile</function>,
- and <function>virtual</function>.
+ <function>get_included_files</function>, <function>readfile</function>, and
+ <function>virtual</function>.
</para>
</sect1>
@@ -1521,7 +1521,7 @@
and <function>require_once</function> may not be what you expect
on a non case sensitive operating system (such as Windows).
<example>
- <title><function>include_once</function> is case sensitive</title>
+ <title><function>include_once</function> is case insensitive on Windows</title>
<programlisting role="php">
<![CDATA[
<?php