[PHPLIB-DEV] MSSQL Bug: use of non existant mssql_affected_rows() From: Ulf Wendel (UW <email protected>)
Date: 01/20/00

Hi!

According to Egon Schmid from the documentation team there was
never a mssql_affected_rows() function in PHP. As far as he Egon
said the function was mentioned a long time in the documentation
but never existed.

mssql_affected_rows() is used by the function affected_rows() in
db_mssql.inc. CT_Sql calls affected_rows()... Session Management
breaks.

I would suggest to change mssql.inc and place warning in the
documentation.

function affected_rows() {
  return 1;
}

Who's gonna do it?

Ulf

-- 
Ulf Wendel
NetUSE Kommunikationstechnologie GmbH
Siemenswall, D-24107 Kiel, Germany
Fon: +49 431 386435 00  --  Fax: +49 431 386435 99
-
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.