vrana Thu Oct 13 08:05:36 2005 EDT
Modified files:
/phpdoc/en/reference/session reference.xml
Log:
Duplicate example
http://cvs.php.net/diff.php/phpdoc/en/reference/session/reference.xml?r1=1.52&r2=1.53&ty=u
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.52
phpdoc/en/reference/session/reference.xml:1.53
--- phpdoc/en/reference/session/reference.xml:1.52 Sat Sep 17 06:25:03 2005
+++ phpdoc/en/reference/session/reference.xml Thu Oct 13 08:05:32 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.52 $ -->
+<!-- $Revision: 1.53 $ -->
<!-- Purpose: basic.session -->
<!-- Membership: core -->
@@ -275,24 +275,6 @@
is recommended for both security and performance reasons.
</para>
</caution>
- <example>
- <title>
- Registering a variable with <link
- linkend="ini.register-globals">register_globals</link>
- enabled
- </title>
- <programlisting role="php">
-<![CDATA[
-<?php
-if (! isset($_SESSION['count'])) {
- $_SESSION['count'] = 1;
-} else {
- $_SESSION['count']++;
-}
-?>
-]]>
- </programlisting>
- </example>
</para>
<para>
If <link