Comment 14 for bug 87063

Revision history for this message
Ondřej Surý (ondrej) wrote :

It won't be packaged for dapper/edgy/feisty.

Maybe for feisty if somebody will do that. I'll try to poke sean (or myself) to package it for Debian and maybe it will get propagated to gutsy.

Anyway is it really that hard to do:

apt-get install php5-dev
cp -a php-5.x.x/ext/mssql /tmp/
cd /tmp/mssql/
phpize
configure
make
make install

???