History log of /PHP-8.0/ext/pdo_dblib/dblib_stmt.c (Results 26 – 50 of 105)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 91c49c4a 13-Sep-2016 Adam Baratz

Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versions


# a000bff2 04-Jul-2016 Alexander Zhuravlev

pdo_dblib: stringify uniqidentifier field

Keep old 5.6 behavior: return Uniqidentifier value as 36-byte hex string (not binary),
when PDO::ATTR_STRINGIFY_FETCHES is TRUE

pdo_dbl

pdo_dblib: stringify uniqidentifier field

Keep old 5.6 behavior: return Uniqidentifier value as 36-byte hex string (not binary),
when PDO::ATTR_STRINGIFY_FETCHES is TRUE

pdo_dblib: Stringify uniqidentifier field

Keep old 5.6 behavior: return Uniqidentifier value as 36-byte hex string (not binary),
when PDO::ATTR_STRINGIFY_FETCHES is TRUE

Tests added.

pdo_dblib: Stringify uniqidentifier field

Keep old 5.6 behavior: return Uniqidentifier value as 36-byte hex string (not binary),
when PDO::ATTR_STRINGIFY_FETCHES is TRUE

Tests fix.

pdo_dblib: Stringify uniqueidentifier field Added separate PDO::DBLIB_ATTR_STRINGIFY_UNIQUEIDENTIFIER attribute instead of PDO::ATTR_STRINGIFY_FETCHES.

pdo_dblib: Stringify uniqueidentifier field Added `getAttribute` support for PDO::DBLIB_ATTR_STRINGIFY_UNIQUEIDENTIFIER.

Simplify storage of stringify_uniqueidentifier attribute

show more ...


Revision tags: php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4
# ed3edc2f 26-Feb-2016 Adam Baratz

fix bug #71667 (emulate how mssql extension names "computed" columns)


# 1e1500a2 06-Apr-2016 Adam Baratz

return zvals instead of strings, cast or not based on stringify attribute


# a5e21665 05-Apr-2016 Adam Baratz

Add driver-specific attributes for controlling calls to dbsetlogintime() and dbsettime()


# 8a92fed5 05-Apr-2016 Adam Baratz

Add driver-specific attributes for controlling calls to dbsetlogintime() and dbsettime()


# ffe82dd7 16-Mar-2016 Remi Collet

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
fix #ifdef usage


# 478c8071 16-Mar-2016 Remi Collet

fix #ifdef usage


# 53c036b3 29-Feb-2016 Anatol Belski

Fixed #54648 PDO::MSSQL forces format of datetime fields

adopted patch by steven dot lambeth at gmx dot de


# 78166985 29-Feb-2016 Anatol Belski

remove unneeded free parts

See bug #71667, free_statement already does the job


# d7fd614c 29-Feb-2016 Anatol Belski

fix leaks and add one more NULL check


# a310c3b4 29-Feb-2016 Anatol Belski

add NULL check


# 35be4398 29-Feb-2016 Anatol Belski

fix arg type


Revision tags: php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1
# 7f33ab83 18-Oct-2015 Anatol Belski

C89 compat


# 2b5af600 17-Oct-2015 MiRacLe.RPZ

use spprintf instead (no need to estrdup afterwards).


Revision tags: php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2
# 5c193550 02-Sep-2015 MiRacLe.RPZ

dblib's dbcolname can return null in some cases


Revision tags: php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# acb23689 03-Jul-2015 MiRacLe.RPZ

Segmentation fault on pdo_dblib::nextRowset (bug #69757)


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41
# 70c86732 05-May-2015 Dmitry Stogov

Use zend_string to represent pdo_column_data.name and avoid duplication.


Revision tags: php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# 83144a72 23-Oct-2014 Stanley Sufficool

Fixed bug #64511 - pdo_dblib segfaults or leaks on nextRowset()


12345