The source is in the PHP 5.x branch of the main source tree. I have zipped the files up from PHP 5.6 here: https://web20.webbypixel.com/documents/PHP/mssql.tgz

- Frank


On 11/2/16 23:23, Erik Lundin wrote:

That's even better! The reason why I didn't even look into that extension
was that the php.net documentation said it would be removed so therefor i thought the code was trashed.

What would be the best place to download the latest version of the mssql-extension?

--
Regards, Erik Lundin

On Wed, 2 Nov 2016, Frank M. Kromann wrote:

There is an older extension for MSSQL already with a similar interface to MySQL. It would be great if you could work on that to avoid too many extensions with the same feature set.

I Might find the time to make it available for PHP 7 as well.

- Frank


On 11/2/16 12:32, Erik Lundin wrote:

The bug has been verified on CentOS 6 and CentOS 7 with the packages from
 EPEL. I haven't looked at the src-packages but it looks like they are
 built from the php sourcecode (version 5.3.3-5.el6 and 5.4.16-5.el7)

 I will look into reporting the bug. I have a working version of my
 extension and the main goal of this subject was sharing my work :)

Anyhow, I personally prefer the procedural style functions of mysqli over
 the PDO-versions. Maybe there are others out there with a similar
 perspective.

 --
 Regards, Erik Lundin

 On Wed, 2 Nov 2016, Adam Baratz wrote:

> > > > > I have the last few days been trying to use the PDO_DBLIB extension > > > to > > > communicate with mssql-databases. Unfortunately it keeps on > > > segfaulting > > > on me because of miscellaneous memory issues within the extension > > > code. > > > To work around this problem I have basically created an alternative
> > >  version of mysqli which instead uses freetds to connect to
> > > mssql-databases. Would it be OK to add this project to the pecl > > > repo?
> > > >  Pinging Adam, who's working on PDO_DBLIB since a while.
> > > Are you using the version that's in Pecl or the maintained version that > comes with PHP? If you're using the former, switch to the latter. If > you're > having an issue with the latter, file a report on bugs.php.net and I can
>  take a look.
> >  Thanks,
>  Adam
>

--
Frank M. Kromann, M.Sc.E.E.
Web by Pixel, Inc.

Phone: +1 949 742 7533
Fax: +1 949 742 7534
Cell: +1 949 702 1794
Denmark: +45 78 79 11 48

Web: http://webbypixel.com



--
Frank M. Kromann, M.Sc.E.E.
Web by Pixel, Inc.

Phone: +1 949 742 7533
Fax: +1 949 742 7534
Cell: +1 949 702 1794
Denmark: +45 78 79 11 48

Web: http://webbypixel.com

Reply via email to