philip          Fri Jun 20 15:31:16 2003 EDT

  Modified files:              
    /phpdoc/en/reference/sqlite reference.xml 
    /phpdoc/en/reference/sqlite/functions       sqlite-open.xml 
    /phpdoc/entities    global.ent 
  Log:
  Implement SQLite url entities.
  
  
Index: phpdoc/en/reference/sqlite/reference.xml
diff -u phpdoc/en/reference/sqlite/reference.xml:1.3 
phpdoc/en/reference/sqlite/reference.xml:1.4
--- phpdoc/en/reference/sqlite/reference.xml:1.3        Fri Jun 20 15:08:05 2003
+++ phpdoc/en/reference/sqlite/reference.xml    Fri Jun 20 15:31:15 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.sqlite">
   <title>SQLite</title>
   <titleabbrev>SQLite</titleabbrev>
@@ -22,7 +22,7 @@
     <note>
      <para>
       For further information see the SQLite Website 
-      (<ulink url="http://www.sqlite.org";>http://www.sqlite.org</ulink>).
+      (<ulink url="&url.sqlite;">&url.sqlite;</ulink>).
      </para>
     </note>
    </section>
@@ -36,9 +36,8 @@
      any additional software.
     </para>
     <para>
-     You can download the Windows version of the extension from <ulink
-      url="http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll";
-      >http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll</ulink>
+     Windows users may download the DLL version of the SQLite extension here:
+     (<ulink url="&url.pecl.get.win;php_sqlite">php_sqlite.dll</ulink>).
     </para>
    </section>
 
Index: phpdoc/en/reference/sqlite/functions/sqlite-open.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-open.xml:1.4 
phpdoc/en/reference/sqlite/functions/sqlite-open.xml:1.5
--- phpdoc/en/reference/sqlite/functions/sqlite-open.xml:1.4    Fri Jun 20 14:57:15 
2003
+++ phpdoc/en/reference/sqlite/functions/sqlite-open.xml        Fri Jun 20 15:31:15 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="function.sqlite-open">
  <refnamediv>
   <refname>sqlite_open</refname>
@@ -61,7 +61,7 @@
     do have such a script, it is recommended that you close the handle prior
     to forking and then re-open it in the child and/or parent.
     For more information on this issue, see <ulink
-     url="http://www.sqlite.org/c_interface.html";>The C language interface
+     url="&url.sqlite.interface.c;">The C language interface
      to the SQLite library</ulink> in the section entitled
     <literal>Multi-Threading And SQLite</literal>. 
    </simpara>
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.113 phpdoc/entities/global.ent:1.114
--- phpdoc/entities/global.ent:1.113    Fri Jun 20 15:23:54 2003
+++ phpdoc/entities/global.ent  Fri Jun 20 15:31:16 2003
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.113 2003/06/20 19:23:54 philip Exp $
+ $Id: global.ent,v 1.114 2003/06/20 19:31:16 philip Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -241,6 +241,7 @@
 <!ENTITY url.session-fixation "http://www.acros.si/papers/session_fixation.pdf";>
 <!ENTITY url.smart.questions "http://www.catb.org/~esr/faqs/smart-questions.html";>
 <!ENTITY url.sqlite "http://www.sqlite.org/";>
+<!ENTITY url.sqlite.interface.c "http://www.sqlite.org/c_interface.html";>
 <!ENTITY url.socket.faq "http://www.developerweb.net/sock-faq/";>
 <!ENTITY url.st-threads "http://sourceforge.net/projects/state-threads/";>
 <!ENTITY url.stuffit "http://www.stuffit.com/";>



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

Reply via email to