The reason sybase_affected_rows didn't get aliased is because this was
renamed in the mssql extension to mssql_rows_affected, so the
s/mssql/sybase/ aliases didn't catch that.

To get old sybase_ct users happy, you need to add an alias like so:

PHP_FALIAS(sybase_affected_rows, mssql_rows_affected,
NULL)

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to