vrana Fri Sep 17 09:50:35 2004 EDT Added files: /phpdoc/en/features sessions.xml
Modified files: /phpdoc/RFC manual.xml.in Log: Sessions feature (bug #27944) http://cvs.php.net/diff.php/phpdoc/RFC/manual.xml.in?r1=1.16&r2=1.17&ty=u Index: phpdoc/RFC/manual.xml.in diff -u phpdoc/RFC/manual.xml.in:1.16 phpdoc/RFC/manual.xml.in:1.17 --- phpdoc/RFC/manual.xml.in:1.16 Sun Sep 5 19:23:35 2004 +++ phpdoc/RFC/manual.xml.in Fri Sep 17 09:50:34 2004 @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//PHPDocGroup//DTD DocBook XML V4.1.2-Based Variant PHPBook V1.1//EN" "@srcdir@/dtds/phpbook.dtd" [ -<!-- $Revision: 1.16 $ --> <!-- Last updated to comply to manual.xml.in 1.189 --> +<!-- $Revision: 1.17 $ --> <!-- Last updated to comply to manual.xml.in 1.189 --> <!-- Add translated specific definitions and snippets --> <!ENTITY % language-defs SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent"> @@ -102,6 +102,7 @@ <title>&Features;</title> &features.http-auth; &features.cookies; + &features.sessions; &features.xforms; &features.file-upload; &features.remote-files; http://cvs.php.net/co.php/phpdoc/en/features/sessions.xml?r=1.1&p=1 Index: phpdoc/en/features/sessions.xml +++ phpdoc/en/features/sessions.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <chapter id="features.sessions"> <title>Sessions</title> <para> Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. All informations are in <link linkend="ref.session">Session reference</link> sections. </para> </chapter> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->