#
9fcfc18c |
| 01-Apr-2016 |
Adam Baratz |
Fix #71943: dblib_handle_quoter needs to allocate an extra byte |
#
f806fedd |
| 29-Feb-2016 |
Anatol Belski |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: fix leaks and add one more NULL check add NULL check fix C89 compat fix arg type
|
#
efaafd45 |
| 29-Feb-2016 |
Anatol Belski |
fix C89 compat |
#
ed35de78 |
| 01-Jan-2016 |
Lior Kaplan |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Happy new year (Update copyright to 2016)
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016) |
#
dfe6aea9 |
| 26-Jan-2015 |
Stanislav Malyshev |
size_t cleanup for PDO |
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
0579e827 |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal |
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things |
#
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 ...
|
#
56064928 |
| 23-Oct-2014 |
STANLEY SUFFICOOL |
Implement Bug #66062 - 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 |
#
9c7dbb04 |
| 06-Oct-2013 |
Stanley Sufficool |
Fix bug #64338 pdo_dblib can't connect to Azure SQL |
#
9ef4e5d2 |
| 27-Sep-2013 |
Derick Rethans |
Merge branch 'PHP-5.5'
|
#
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 |
|
#
5a04ab9a |
| 04-Jun-2013 |
Stanley Sufficool |
Fix PDO_DBLIB bugs: #64338, #64808, #63638 Synchronize with master |