cvs: embed /php-irssi README

[email protected] ("Tal Peer") Mon, 03 Mar 2003 16:47:14 -0000
Newsgroups php.embed.cvs
Message-ID <cvstal1046710034@cvsserver>
tal		Mon Mar  3 11:47:14 2003 EDT

  Modified files:              
    /embed/php-irssi	README 
  Log:
  Update..
  
Index: embed/php-irssi/README
diff -u embed/php-irssi/README:1.7 embed/php-irssi/README:1.8
--- embed/php-irssi/README:1.7	Fri Jan 31 13:07:31 2003
+++ embed/php-irssi/README	Mon Mar  3 11:47:14 2003
@@ -1,11 +1,11 @@
 README
 -----------------------------------------------------------------------
-$Id: README,v 1.7 2003/01/31 18:07:31 tal Exp $
+$Id: README,v 1.8 2003/03/03 16:47:14 tal Exp $
 
 You need:
 
-o PHP 5-dev or higher, with sapi/embed and an installed php cli binary
-  (it needs to be in your path).
+o PHP 5-dev or higher, with sapi/embed (--enable-embed) and an
+installed php cli binary (it needs to be in your path).
   
 o CVS version of irssi:
 
@@ -13,10 +13,8 @@
     Just hit enter as the password
     cvs -z3 -d:pserver:[email protected]:/home/cvs co -P irssi
 
-Then you need to apply a patch; the patch removes an unused "execute" function
-from the irssi source which would otherwise prevent the ZE from running the
-code it compiled.
-It also adds the configure option for building the php module.
+Then you need to apply a patch which tells irssi's build system about the php
+module:
 
     patch < path/to/irssi.diff
 
@@ -45,7 +43,7 @@
 
 You can manually "load" a script like this:
 
-    /php load /path/to/script;
+    /php load /path/to/script
 
 
 To Hack: