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


--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to