Re: [PHP-DEV] Database-Connectivity

2010-06-16 Thread Daniel Henning
Hi, >Did you open a bug report >for the CLOB and resultset issue? (if that's a bug) http://bugs.php.net/bug.php?id=44589 Kind regards, Daniel -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Database-Connectivity

2010-06-16 Thread Pierre Joye
On Wed, Jun 16, 2010 at 11:13 PM, Daniel Henning wrote: > hi, > >>The only >>question was about sqlite2. mssql is not going to be removed. > > The question came up in the mails about sqlite2. I was thinking about pdo in > general. > >>Please consider to use SqlSrv on Windows >>It is well supporte

Re: [PHP-DEV] Database-Connectivity

2010-06-16 Thread Daniel Henning
hi, >The only >question was about sqlite2. mssql is not going to be removed. The question came up in the mails about sqlite2. I was thinking about pdo in general. >Please consider to use SqlSrv on Windows >It is well supported and the 2.0 version comes with PDO support as well. If version 2 w

Re: [PHP-DEV] Database-Connectivity

2010-06-16 Thread Pierre Joye
hi, On Wed, Jun 16, 2010 at 9:56 PM, Daniel Henning wrote: > after reading about removing sqlite2 and mssql, I was thinking about some > problems with database-connections via pdo > on windows. The only question was about sqlite2. mssql is not going to be removed. > Pdo_mssql isn't included

[PHP-DEV] Database-Connectivity

2010-06-16 Thread Daniel Henning
Hallo, after reading about removing sqlite2 and mssql, I was thinking about some problems with database-connections via pdo on windows. Pdo_mssql isn't included in the windows binaries anymore. Pdo_dblib is meant for non MS-Plattforms. Pdo_odbc doesn't work as replacement on Windows. Reason:

Re: [PHP-DEV] Remove mssql from trunk (was) Remove sqlite2 from trunk

2010-06-16 Thread Will Bond
On Wed, Jun 16, 2010 at 1:22 PM, Sufficool, Stanley wrote: >>From my experience, mssql is the only >>way to connect to a SQL Server database from a non-windows >>platform - obdc and pdo_odbc had enough unresolvable issues >>that I disabled the unit tests on every OS except for Windows. > > How doe

Re: [PHP-DEV] Remove sqlite2 from trunk

2010-06-16 Thread Andrey Hristov
Kalle, Kalle Sommer Nielsen wrote: 2010/6/15 Ilia Alshanetsky : There is way too much code that uses ext/mysql and ext/mysql does not depend on a legacy library, I don't think we can remove it. As far as mssql, it is the one way to talk to Microsoft SQL from *nix systems, until there are good a

RE: [PHP-DEV] Remove mssql from trunk (was) Remove sqlite2 from trunk

2010-06-16 Thread Sufficool, Stanley
>-Original Message- >From: Will Bond [mailto:w...@flourishlib.com] >Sent: Wednesday, June 16, 2010 6:15 AM >To: Kalle Sommer Nielsen; internals@lists.php.net >Subject: Re: [PHP-DEV] Remove sqlite2 from trunk > > >On Tue, Jun 15, 2010 at 6:49 PM, Kalle Sommer Nielsen > wrote: >> FreeTDS ha

Re: [PHP-DEV] Remove sqlite2 from trunk

2010-06-16 Thread Will Bond
On Tue, Jun 15, 2010 at 6:49 PM, Kalle Sommer Nielsen wrote: > FreeTDS have an odbc wrapper, which means that it will work with > ext/odbc and pdo_odbc aswell, the migration is rather simple here and > i think it will be beneficial for both us and the users. I've used the mssql extension quite a

Re: [PHP-DEV] Remove sqlite2 from trunk

2010-06-16 Thread Ilia Alshanetsky
Why not just have a PHP based wrapper that would extend SQLite3 class as SQLite2 equivalent... On Wed, Jun 16, 2010 at 7:17 AM, Pierre Joye wrote: > On Wed, Jun 16, 2010 at 1:04 PM, Ilia Alshanetsky > wrote: > > Pierre, > > If they are using PDO there are no issue, but when it comes to the > ex

Re: [PHP-DEV] Remove sqlite2 from trunk

2010-06-16 Thread Pierre Joye
On Wed, Jun 16, 2010 at 1:04 PM, Ilia Alshanetsky wrote: > Pierre, > If they are using PDO there are no issue, but when it comes to the extension > the Sqlite3 interface is more similar to PDO in naming conventions and > offers only OO interface. The SQLite2 offers both OO and procedural > interfa

Re: [PHP-DEV] Remove sqlite2 from trunk

2010-06-16 Thread Ilia Alshanetsky
Pierre, If they are using PDO there are no issue, but when it comes to the extension the Sqlite3 interface is more similar to PDO in naming conventions and offers only OO interface. The SQLite2 offers both OO and procedural interface and follows its own naming convention. I don't think we should b