dams            Wed Jul 16 11:05:51 2003 EDT

  Modified files:              
    /phpdoc/en/reference/sqlite ini.xml reference.xml 
    /phpdoc/en/reference/sqlite/functions       sqlite-popen.xml 
  Log:
  use of entities
  
Index: phpdoc/en/reference/sqlite/ini.xml
diff -u phpdoc/en/reference/sqlite/ini.xml:1.3 phpdoc/en/reference/sqlite/ini.xml:1.4
--- phpdoc/en/reference/sqlite/ini.xml:1.3      Sat Jun 21 09:24:58 2003
+++ phpdoc/en/reference/sqlite/ini.xml  Wed Jul 16 11:05:51 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="sqlite.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -26,8 +26,8 @@
   For further details and definition of the PHP_INI_* constants see
   <function>ini_set</function>.
  </para>
+       &ini.descriptions.title;
  <para>
-  Here is a short explanation of the configuration directives.
   <variablelist>
    <varlistentry id="ini.sqlite.assoc-case">
     <term>
Index: phpdoc/en/reference/sqlite/reference.xml
diff -u phpdoc/en/reference/sqlite/reference.xml:1.6 
phpdoc/en/reference/sqlite/reference.xml:1.7
--- phpdoc/en/reference/sqlite/reference.xml:1.6        Sat Jun 21 09:24:58 2003
+++ phpdoc/en/reference/sqlite/reference.xml    Wed Jul 16 11:05:51 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <reference id="ref.sqlite">
   <title>SQLite</title>
   <titleabbrev>SQLite</titleabbrev>
@@ -53,7 +53,7 @@
     <para>
      In order to have these functions available, you must compile PHP with
      SQLite support, or load the SQLite extension dynamically from your
-     php.ini.
+     &php.ini;.
     </para>
    </section>
    
Index: phpdoc/en/reference/sqlite/functions/sqlite-popen.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-popen.xml:1.4 
phpdoc/en/reference/sqlite/functions/sqlite-popen.xml:1.5
--- phpdoc/en/reference/sqlite/functions/sqlite-popen.xml:1.4   Sun Jul  6 00:43:08 
2003
+++ phpdoc/en/reference/sqlite/functions/sqlite-popen.xml       Wed Jul 16 11:05:51 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="function.sqlite-popen">
  <refnamediv>
   <refname>sqlite_popen</refname>
@@ -48,7 +48,7 @@
    </simpara>
   </note>
   <para>
-   See also <function>sqlite_popen</function>,
+   See also <function>sqlite_open</function>,
    <function>sqlite_close</function> and
    <function>sqlite_query</function>.
   </para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to