goba            Sun Jan 11 09:04:24 2004 EDT

  Modified files:              
    /livedocs   README 
  Log:
  sqlite need to be loaded by default in php.ini (fix for ticket number 2)
  
Index: livedocs/README
diff -u livedocs/README:1.7 livedocs/README:1.8
--- livedocs/README:1.7 Sun Jan 11 08:56:32 2004
+++ livedocs/README     Sun Jan 11 09:04:23 2004
@@ -1,4 +1,4 @@
-$Id: README,v 1.7 2004/01/11 13:56:32 goba Exp $
+$Id: README,v 1.8 2004/01/11 14:04:23 goba Exp $
 vim:et:tw=78
 
 INTRODUCTION
@@ -28,14 +28,17 @@
 
 1. Update your phpdoc checkout:
 
-       cvs -d :pserver:[EMAIL PROTECTED]:/repository checkout phpdoc
+    cvs -d :pserver:[EMAIL PROTECTED]:/repository checkout phpdoc
 
 2. Ensure that your php has sqlite support
 
-       pear install sqlite
+    pear install sqlite
 
     (win32: http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll)
 
+    Load in the SQLite extension by default in php.ini, since the
+    scripts will not try to dynamically load it.
+
 3. Configure livedocs!
 
     cd livedocs

Reply via email to