davidg          Thu Mar  8 02:44:27 2001 EDT

  Modified files:              
    /php4/ext/midgard   README.session 
  Log:
  Forgot to talk about the session table
  
  
Index: php4/ext/midgard/README.session
diff -u php4/ext/midgard/README.session:1.2 php4/ext/midgard/README.session:1.3
--- php4/ext/midgard/README.session:1.2 Thu Mar  8 02:42:29 2001
+++ php4/ext/midgard/README.session     Thu Mar  8 02:44:27 2001
@@ -1,5 +1,8 @@
 To enable the session management:
 
+- create the session table in Midgard DB:
+$ mysql -u midgard -p midgard < session.sql
+
 - add session.c in the Makefile.in to the LTLIBRARY_SOURCES:
 LTLIBRARY_SOURCES     = mgd_errno.c midgard.c article.c \
                         parameter.c attachment.c oop.c \



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to