[PHPLIB-DEV] no_next_fetch in db_oracle.inc From: ak <email protected>
Date: 10/26/99

Hi!

There is no email adress of Luis Francisco Gonzalez Hernandez, the
author of db_oracle.inc in that file, so I send this to the list. Maybe
someone other with a deeper understanding of the code can make some
comments.

DB_Sql looks like this:

class DB_Sql {
 ...
  var $ora_no_next_fetch=false;
 ...
}

But ora_no_next_fetch is never used. Instead no_next_fetch is used,
for example in next_record(). Consequently no_next_fetch isn't defined
at the start of that function. Maybe not a problem with php, as
previous declaration isn't necessary. But it makes me nervous to get
lots of php warnings. And obviously there is some inconsistence, may it be
harmful or not.

Would a change to "var $no_next_fetch=false;" be the right thing to
do?

Alex

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.