From: chrisj
Date: Fri May 11 02:38:48 2001
Modified files:
      php-lib-stable/TODO

Log message:

Start numbering the bugs so we can track them, somehow, someplace.


Index: php-lib-stable/TODO
diff -u php-lib-stable/TODO:1.5 php-lib-stable/TODO:1.6
--- php-lib-stable/TODO:1.5     Thu Apr  5 18:16:25 2001
+++ php-lib-stable/TODO Fri May 11 02:38:17 2001
@@ -1,25 +1,25 @@
 
-$Id: TODO,v 1.5 2001/04/05 16:16:25 chrisj Exp $
+$Id: TODO,v 1.6 2001/05/11 00:38:17 chrisj Exp $
 
 Things To Do for Release 7.2d:
 
 1. Fix know bugs:
 
-*) db_mysql.inc, function unlock() needs one line fix to mysql_query()
+1) db_mysql.inc, function unlock() needs one line fix to mysql_query()
    to add $this->Link_ID.
 
-*) ct_sql.inc, function ac_store() needs one line fix to if {} after
+2) ct_sql.inc, function ac_store() needs one line fix to if {} after
    $this->db->query($uquery) to prevent duplicate active sessions.
 
-*) table.inc -- next_record() is called twice in the show_result() method,
+3) table.inc -- next_record() is called twice in the show_result() method,
        "swallows" the first result row
 
-*) table.inc -- should be $this->print_array($d); instead of print_array($d) in 
several 
+4) table.inc -- should be $this->print_array($d); instead of print_array($d) in 
+several 
    places.
 
-*) db_mssql.inc, line 126 -- uses mssql_affected_rows(), which does not exist in PHP.
+5) db_mssql.inc, line 126 -- uses mssql_affected_rows(), which does not exist in PHP.
 
-*) prepend.php3 -- security problem as described below:
+6) prepend.php3 -- security problem as described below:
    There appears to be a security hole in the PHPLib prepend.php3 file by
    default.  There is a section where $_PHPLIB['libdir'] is set if it is not
    already set.  This allows somebody to pass a value for the variable with the



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to