History log of /PHP-7.1/ext/pdo_dblib/dblib_driver.c (Results 26 – 50 of 83)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a1a18fca 25-Oct-2014 STANLEY SUFFICOOL

Fixed Bug #52885 - PDO_DBLIB: Binary data may be truncated

Data containing characters in conflict with the server
codepage or containing null char will throw an error.
Implement bina

Fixed Bug #52885 - PDO_DBLIB: Binary data may be truncated

Data containing characters in conflict with the server
codepage or containing null char will throw an error.
Implement binary quoting to allow binding of binary values.

show more ...


# 02825461 23-Oct-2014 STANLEY SUFFICOOL

Implement Bug #66063 - pdo_dblib enable timeout parameter


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 4ed156d4 19-Aug-2014 Anatol Belski

ported from pdo - pgsql, odbc, mysql, firebirt, dblib


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# fa40290f 06-Oct-2013 Stanley Sufficool

FIX BUG #65219 - Typo correction


# 63f24217 06-Oct-2013 Stanley Sufficool

FIX BUG #65219 - Typo correction


# 9c7dbb04 06-Oct-2013 Stanley Sufficool

Fix bug #64338 pdo_dblib can't connect to Azure SQL


# 5ce23f39 05-Oct-2013 Stanley Sufficool

FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
FreeTDS <0.92 does not support DBSETLDBNAME option and therefore
will not work with SQL Azure. Fallback to dbuse command in

FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
FreeTDS <0.92 does not support DBSETLDBNAME option and therefore
will not work with SQL Azure. Fallback to dbuse command in
letter versions.

show more ...


# 690bbe17 05-Oct-2013 Stanley Sufficool

FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
FreeTDS <0.92 does not support DBSETLDBNAME option and therefore
will not work with SQL Azure. Fallback to dbuse command in

FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
FreeTDS <0.92 does not support DBSETLDBNAME option and therefore
will not work with SQL Azure. Fallback to dbuse command in
letter versions.

show more ...


# ac05cfb4 27-Sep-2013 Stanley Sufficool

FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver


Revision tags: php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18
# f20d28a6 05-Aug-2013 Stanislav Malyshev

Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOTEDIDENT, 1))

The exists test should has covered this bug

Conflicts:

ext/pdo_dblib/dblib

Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOTEDIDENT, 1))

The exists test should has covered this bug

Conflicts:

ext/pdo_dblib/dblib_driver.c

show more ...


Revision tags: php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1
# d012bdca 14-Jul-2013 Stanley Sufficool

Fix Bug #65219
DBSETLDBNAME should be called before login to set DBNAME in login record


Revision tags: php-5.3.27
# 7549beb1 03-Jul-2013 Felipe Pena

- Fixed build on FreeTDS 0.82


Revision tags: php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16
# d8f938c7 04-Jun-2013 Stanley Sufficool

FIX BUG #55647, #60512, #60512, #61900, #64338, #64808, #63638

Return an error on passwords longer than 30 chars instead of segfault.
Set error and message handlers properly.
Do not

FIX BUG #55647, #60512, #60512, #61900, #64338, #64808, #63638

Return an error on passwords longer than 30 chars instead of segfault.
Set error and message handlers properly.
Do not segfault in out of bound colnums in getColumnMeta()
Fix DBSETOPT to use a blank string instead of NULL to stop FreeTDS complaints.
Use DBSETLDBNAME for compatibillity with SQL Azure.

show more ...


# 5a04ab9a 04-Jun-2013 Stanley Sufficool

Fix PDO_DBLIB bugs: #64338, #64808, #63638

Synchronize with master


# d9be9e02 01-Jun-2013 Stanley Sufficool

FIX BUG #60512 (the correct way this time)

Last fix just truncated the password. This fixes the message
handler per the bug report.


# 3b54de3d 01-Jun-2013 Stanley Sufficool

FIX BUG #60512

FreeTDS will segfault when passwords over 30 characters are used.
Truncate the password and let the server return an error if the
password is still invalid.


# 317653e6 01-Jun-2013 Stanley Sufficool

FIX BUG #61900

PDO DBLIB was not setting error and message handlers when FreeTDS was used.
Updated to set error and message handlers the same way as mssql.


# 0e2bcf33 01-Jun-2013 Stanley Sufficool

FIX BUG #64338, #64808, #63638

PDO DBLIB would segfault on getcolumn meta when colno was
out of bounds. DBLIB connection specified null arg to dbsetopt
per Microsoft technical docs,

FIX BUG #64338, #64808, #63638

PDO DBLIB would segfault on getcolumn meta when colno was
out of bounds. DBLIB connection specified null arg to dbsetopt
per Microsoft technical docs, but FreeTDS complains. The SQL USE
statement was invalid for SQL Azure, use DBSETLDBNAME instead.

show more ...


1234