ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en/language control-structures.xml
by Damien Seguy other posts by this author
Aug 29 2003 12:03PM messages near this date
[PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-mail.xml | [PHP-DOC] preg_split() documentation improvement
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved