[PHP-DOC] cvs: phpdoc /en/language control-structures.xml From: Jim Winstead (jimw <email protected>)
Date: 10/09/01

jimw Tue Oct 9 19:29:27 2001 EDT

  Modified files:
    /phpdoc/en/language control-structures.xml
  Log:
  the 'alternative' syntax is not deprecated
  
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.39 phpdoc/en/language/control-structures.xml:1.40
--- phpdoc/en/language/control-structures.xml:1.39 Fri Sep 28 17:06:44 2001
+++ phpdoc/en/language/control-structures.xml Tue Oct 9 19:29:27 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.39 $ -->
+<!-- $Revision: 1.40 $ -->
  <chapter id="control-structures">
   <title>Control Structures</title>
 
@@ -154,18 +154,6 @@
 
   <sect1 id="control-structures.alternative-syntax">
    <title>Alternative syntax for control structures</title>
- <para>
- <warning>
- <simpara>
- Alternative syntax is deprecated as of PHP 4. Basically,
- it just generates unreadable code, and it gets
- very complicated when mixing it with the normal syntax.
- Although there are no plans to break this syntax, it
- cannot be ruled out that one day this will stop working.
- You are warned.
- </simpara>
- </warning>
- </para>
    <para>
     PHP offers an alternative syntax for some of its control
     structures; namely, <literal>if</literal>,