From: chrisj
Date: Tue Jun 5 00:24:49 2001
Modified files:
php-lib-stable/TODO
Log message:
A couple more possible bugs to evaluate and fix if true.
Index: php-lib-stable/TODO
diff -u php-lib-stable/TODO:1.7 php-lib-stable/TODO:1.8
--- php-lib-stable/TODO:1.7 Mon Jun 4 20:38:33 2001
+++ php-lib-stable/TODO Tue Jun 5 00:24:18 2001
@@ -1,5 +1,5 @@
-$Id: TODO,v 1.7 2001/06/04 18:38:33 chrisj Exp $
+$Id: TODO,v 1.8 2001/06/04 22:24:18 chrisj Exp $
Things To Do for Release 7.2d:
@@ -68,6 +68,33 @@
function table_heading_cell()
sets $found, but never uses it.
+
+ Doing a little bit more auditing. (Again,
+ this is just for testing the tool. I only
+ have done table.inc and now db_mysql.inc
+ from phplib...)
+
+ I'm not sure this is a bug...
+ In db_mysql.inc seek()
+ $this->Row = $this->num_rows;
+
+ There is a num_rows function, but not a num_rows
+ member variable.
+
+ Does PHP call the function even when there are no ()?
+ -------------------------------------------
+ In db_mysql.inc lock()
+
+ there is error handling code...
+
+ if (!$res) {
+ $this->halt("lock($table, $mode) failed.");
+ return 0;
+ }
+
+ which doesn't work so well when $table is an
+ array.
+
2. Certify correct for use with both PHP3 and PHP4.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]