cvs: embed /php-irssi TODO

[email protected] ("Wez Furlong") Sat, 01 Feb 2003 03:58:32 -0000
Newsgroups php.embed.cvs
Message-ID <cvswez1044071912@cvsserver>
wez		Fri Jan 31 22:58:32 2003 EDT

  Modified files:              
    /embed/php-irssi	TODO 
  Log:
  More (and less) to do.
  
  
Index: embed/php-irssi/TODO
diff -u embed/php-irssi/TODO:1.2 embed/php-irssi/TODO:1.3
--- embed/php-irssi/TODO:1.2	Fri Jan 31 12:59:25 2003
+++ embed/php-irssi/TODO	Fri Jan 31 22:58:32 2003
@@ -1,6 +1,6 @@
 TODO:
 ====================================
-$Id: TODO,v 1.2 2003/01/31 17:59:25 tal Exp $
+$Id: TODO,v 1.3 2003/02/01 03:58:32 wez Exp $
 
 o Improve genobjdefs.php so that it can find a structure definition in a
 header file with more junk (when compared with the *-rec.h headers).
@@ -21,6 +21,7 @@
 like this:
     Z_LVAL(val) = (FOO_REC*)foo;
 at the end of the property reader, and the opposite sense for the writer.
+--> just the writer needs this now.
 
 o Expose more of the signal API.  Is there a function to cancel a running
 signal and stopping it from reaching other handlers?
@@ -32,7 +33,7 @@
 that appears to be similar to the STDIN, STDOUT handles in the PHP cli;
 So, we can expose the various MSGLEVELS as predefined streams; CLIENTCRAP,
 CLIENTNOTICE etc. and the script author can then use fprintf(CLIENTCRAP, "A
-crap notice"); to dump debug text to the relvant facility.
+crap notice"); to dump debug text to the relevant facility.
 
 o Expose the windowing/UI API so that the script can create a window and dump
 stuff there (eg: fopen($URL) and put the output in the scroll buffer of a
@@ -49,6 +50,9 @@
 o Add multiple arguments support for /php load
 
 o Implement /php set ;)
+
+o Line buffer PHP output before triggering the output or error signals, so
+that the output doesn't look like crapola.
 
 o Anything else?