Your message dated Fri, 2 Nov 2007 01:22:00 -0400
with message-id <[EMAIL PROTECTED]>
and subject line [php-maint] Bug#448984: php5-sybase doesn't provide MS SQL
support
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: php5-sybase
Version: 5.2.0-8+etch7
The php5-sybase module is built without --with-mssql, so many of the mssql_*
functions are non-functional -- this point isn't made clear during the
installation of the packages and there are no Debian-specific documentation
that's easily found noting this.
As the package description says it's for both Sybase and MS SQL Server,
--with-mssql should be added to the extension's build.
Grabbing the PHP source and building just the mssql module had problems as
it conflicted with the sybase module. Removing the sybase module allowed
the MS SQL functions to work.
Noticed this when mssql_fetch_batch() failed to work, claiming the function
was not defined -- even though it's in the documentation distributed with
Debian and there's no notes saying it's non-functional.
System is Debian/etch on i386.
-- DN
Daniel
--- End Message ---
--- Begin Message ---
Version: 5.2.4-1
On Thu, Nov 01, 2007 at 07:14:51PM -0700, carbonated beverage wrote:
> Package: php5-sybase
> Version: 5.2.0-8+etch7
> The php5-sybase module is built without --with-mssql, so many of the mssql_*
> functions are non-functional -- this point isn't made clear during the
> installation of the packages and there are no Debian-specific documentation
> that's easily found noting this.
> As the package description says it's for both Sybase and MS SQL Server,
> --with-mssql should be added to the extension's build.
This is not an option that you "add" to an extension's build; it's an option
added to the PHP build to cause a different extension to be built.
But anyway, this is already fixed in unstable by repackaging the php5-sybase
package precisely to ship the mssql extension.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
--- End Message ---