[Bug 240519] Re: sybase_* functions missing in php5-sybase for hardy
Adam Conrad
adconrad at 0c3.net
Mon Jul 28 20:15:39 BST 2008
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
Server Team, which is subscribed to php5 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list