ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-Lib-Dev
php-Lib-Dev
[phplib-dev] cvs commit
by chrisj other posts by this author
Jun 5 2001 6:35AM messages near this date
[phplib-dev] cvs commit | [phplib-dev] cvs commit
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: phplib-dev-unsubscribe@[...].de
For additional commands, e-mail: phplib-dev-help@lists.netuse.de

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved