davidg          Thu Mar  8 02:42:33 2001 EDT

  Modified files:              
    /php4/ext/midgard   README.session 
  Log:
  Corrected the README.session
  
  
Index: php4/ext/midgard/README.session
diff -u php4/ext/midgard/README.session:1.1 php4/ext/midgard/README.session:1.2
--- php4/ext/midgard/README.session:1.1 Thu Mar  8 02:39:31 2001
+++ php4/ext/midgard/README.session     Thu Mar  8 02:42:29 2001
@@ -17,9 +17,10 @@
 
 - copy session.modules.c over ext/session/modules.c
 
-Then run:
-$ phpize
-$ ./configure --with-midgard[=/path/to/midgard] --enable-mgd-session
+Then you have to compile PHP4 with Midgard:
+cd ../../         # cd to top directory of PHP sources
+$ ./buildconf
+$ ./configure --with-apxs --with-midgard[=/path/to/midgard] --enable-mgd-session 
+--with-whatever-options
 $ make
 # make install
 



-- 
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