History log of /PHP-8.3/ext/pdo_pgsql/pgsql_statement.c (Results 51 – 75 of 165)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# b60efdce 11-Jun-2015 Matteo Beccati

Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)


# 9ba3a4c6 03-Jun-2015 Philip Hofstetter

fix memory leak in pdo_pgsql closeCursor (bug 69752)

the parent PDO closeCursor method resets the pdo_stmt_t's executed flag
which is used by the postgres driver as a flag to check wheth

fix memory leak in pdo_pgsql closeCursor (bug 69752)

the parent PDO closeCursor method resets the pdo_stmt_t's executed flag
which is used by the postgres driver as a flag to check whether to
allocate memory for the column data or not.

This means that after the parent closeCursor() has been called, the
pdo_pgsql driver will allocate a new buffer for the columns, so the
existing buffer should be freed when the cursor is being closed.

show more ...


# 70c86732 05-May-2015 Dmitry Stogov

Use zend_string to represent pdo_column_data.name and avoid duplication.


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 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


# 2323e95d 01-Nov-2014 Matteo Beccati

Fixed bug #66584 Segmentation fault on statement deallocation


# 45719aee 07-Nov-2014 Dmitry Stogov

fixed compilation error


# f5130c30 06-Nov-2014 Matteo Beccati

Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)


# 8fccf0ba 06-Nov-2014 Matteo Beccati

Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)


# 8fdc4d87 06-Nov-2014 Matteo Beccati

Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)


# 69f6aee3 01-Nov-2014 Matteo Beccati

Fixed bug #66584 Segmentation fault on statement deallocation


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# 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


# e8c2b54b 16-May-2014 Xinchen Hui

Finish ext/pdo_pgsql (3 tests fail, 1 due to knew issue, 2 also fails in trunk)


# 34bb45e9 16-May-2014 Xinchen Hui

Fixed several test failed


# 19f6476d 15-May-2014 Pierre Joye

fix void* ptr arithmetic


# 49df66be 15-May-2014 Xinchen Hui

Made a little clean up


# b7f6bc51 15-May-2014 nikita2206

add support for pdo-pgsql in phpng refactoring


1234567