Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' | Anatol Belski | 2018-07-30 | 1 | -0/+6 |
|\ | | | | | | | | | * PHP-7.2: Fixed bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL option | ||||
| * | Fixed bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL option | Anatol Belski | 2018-07-30 | 1 | -0/+6 |
| | | |||||
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-03-12 | 1 | -1/+4 |
|\ \ | |/ | | | | | | | * PHP-7.2: Fix heap use after free | ||||
| * | Fix heap use after free | Anatol Belski | 2018-03-12 | 1 | -1/+4 |
| | | | | | | | | | | The value may only be used until PGresult was destroyed, thus it needs to be copied. | ||||
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | | |||||
* | | Use OBJ_FLAGS() macro to access object flags (even if they are currently ↵ | Dmitry Stogov | 2018-01-22 | 1 | -1/+1 |
| | | | | | | | | stored together with GC_FLAGS) | ||||
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Turn "pdo_stmt_methods" into constants. | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| | | |||||
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-08-09 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | * PHP-7.0: Fixed bug #72788 (Invalid memory access when using persistent PDO connection) Remove typo'd commit Fix bug 72788: Invalid memory access when database_object_handle is undefined. Also fix memory leak in dbh_free when using persistent PDO connections. | ||||
| * | Fix bug 72788: Invalid memory access when database_object_handle | Keyur | 2016-08-09 | 1 | -1/+2 |
| | | | | | | | | | | is undefined. Also fix memory leak in dbh_free when using persistent PDO connections. | ||||
* | | Merge branch 'PHP-7.0' | Matteo Beccati | 2016-07-10 | 1 | -1/+4 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders Fixed bug #70313 PDO statement fails to throw exception | ||||
| * | Fixed bug #72570 Segmentation fault when binding parameters on a query ↵ | Matteo Beccati | 2016-07-10 | 1 | -0/+3 |
| | | | | | | | | without placeholders | ||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Matteo Beccati | 2016-07-10 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * PHP-5.6: Fixed bug #70313 PDO statement fails to throw exception | ||||
| | * | Fixed bug #70313 PDO statement fails to throw exception | Matteo Beccati | 2016-07-10 | 1 | -1/+1 |
| | | | |||||
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
|/ / | | | | | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers. | ||||
* | | Fixed bug #72294 Segmentation fault/invalid pointer in connection with ↵ | Anatol Belski | 2016-06-01 | 1 | -11/+15 |
| | | | | | | | | pgsql_stmt_dtor | ||||
* | | Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound) | Xinchen Hui | 2016-05-11 | 1 | -0/+6 |
| | | |||||
* | | fix merge mistake | Anatol Belski | 2016-04-06 | 1 | -1/+1 |
| | | |||||
* | | PostgreSQL's PDOStatement::getColumnMeta() fills in table's name. | Petr Sýkora | 2016-04-06 | 1 | -0/+35 |
| | | |||||
* | | fix indent | Anatol Belski | 2016-04-06 | 1 | -40/+40 |
| | | |||||
* | | Don't roundtrip to the database to get the column type if you already know it | Joe Bylund | 2016-04-05 | 1 | -25/+56 |
| | | | | | | | | | | | | | | | | add_assoc_string now takes just three args nikic's fix to move pqclear outside the if, would be a possible memory leak inside the if (joe) check behavior of getColumnMeta | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -3/+3 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -3/+3 |
| | | | | | | | | semantick changes). | ||||
* | | Merge branch 'PHP-5.6' | Matteo Beccati | 2015-06-12 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | | | * PHP-5.6: Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps) Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote) Fixed bug #61574 - No MSI Conflicts: ext/pdo_pgsql/pgsql_statement.c | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2015-06-12 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps) Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote) Fixed bug #61574 - No MSI Conflicts: ext/pdo_pgsql/pgsql_driver.c | ||||
| | * | Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps) | Matteo Beccati | 2015-06-12 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-06-10 | 1 | -1/+7 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-5.6: updated NEWS updated NEWS fix memory leak in pdo_pgsql closeCursor (bug 69752) | ||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-06-10 | 1 | -1/+7 |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-5.5: updated NEWS fix memory leak in pdo_pgsql closeCursor (bug 69752) | ||||
| | * | fix memory leak in pdo_pgsql closeCursor (bug 69752) | Philip Hofstetter | 2015-06-10 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) | Matteo Beccati | 2014-11-06 | 1 | -0/+1 |
| | | | |||||
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) | Matteo Beccati | 2014-11-06 | 1 | -0/+1 |
| | | | |||||
* | | | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -3/+4 |
| | | | |||||
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | | | |||||
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -10/+10 |
| | | | |||||
* | | | fixed compilation error | Dmitry Stogov | 2014-11-07 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) | Matteo Beccati | 2014-11-06 | 1 | -7/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Matteo Beccati | 2014-11-01 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Fixed bug #66584 Segmentation fault on statement deallocation | ||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-11-01 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.5: Fixed bug #66584 Segmentation fault on statement deallocation | ||||
| | * | Fixed bug #66584 Segmentation fault on statement deallocation | Matteo Beccati | 2014-11-01 | 1 | -1/+1 |
| | | | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -4/+4 |
| | | |