didou Wed May 5 14:58:33 2004 EDT
Modified files:
/phpdoc/en/language basic-syntax.xml
Log:
Document the third way (<script language="php"></script>)
http://cvs.php.net/diff.php/phpdoc/en/language/basic-syntax.xml?r1=1.36&r2=1.37&ty=u
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.36
phpdoc/en/language/basic-syntax.xml:1.37
--- phpdoc/en/language/basic-syntax.xml:1.36 Wed Dec 10 08:31:35 2003
+++ phpdoc/en/language/basic-syntax.xml Wed May 5 14:58:33 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
<chapter id="language.basic-syntax">
<title>Basic syntax</title>
@@ -113,7 +113,12 @@
<command>configure</command>. Even if it is enabled by default in
php.ini-dist, use of short tags are discouraged.
</para>
-
+
+ <para>
+ The third way is always available and safe like the first one. However,
+ the first is the preferred and most used one.
+ </para>
+
<para>
The fourth way is only available if ASP-style tags have been
enabled using the <link linkend="ini.asp-tags">asp_tags</link>