summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-091-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.
| * Merge branch 'bug72788' of https://github.com/keyurdg/php-src into PHP-7.0Xinchen Hui2016-08-091-1/+2
| |\ | | | | | | | | | | | | | | | * 'bug72788' of https://github.com/keyurdg/php-src: 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_handleKeyur2016-08-091-1/+2
| | | | | | | | | | | | | | | is undefined. Also fix memory leak in dbh_free when using persistent PDO connections.
* | | Merge branch 'PHP-7.0' into PHP-7.1Matteo Beccati2016-08-043-6/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Clean up FR #72633 Fixed invalid handle error with Implicit Result Sets and bump OCI8 version. Conflicts: ext/oci8/package.xml
| * | Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-08-043-6/+5
| |\ \ | | | | | | | | | | | | | | | | * PHP-5.6: Clean up FR #72633
| | * | Clean up FR #72633Matteo Beccati2016-08-043-6/+5
| | | |
| | * | cleanup table after testAnatol Belski2016-08-021-2/+5
| | | |
| | * | - lastInsertId using Postgres Lastval() functionPablo Santiago Sánchez2016-08-023-19/+56
| | | |
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-07-271-1/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.0: cleanup the table after the test run
| * | | cleanup the table after the test runAnatol Belski2016-07-271-1/+4
| | | |
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-07-274-21/+58
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.0: Implemented FR #72633 Postgres PDO lastInsertId() should work without specifying a sequence
| * | | Implemented FR #72633 Postgres PDO lastInsertId() should work without ↵root2016-07-274-21/+58
| | | | | | | | | | | | | | | | specifying a sequence
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-07-191-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.0: fix test out
| * | | fix test outAnatol Belski2016-07-191-1/+1
| | | | | | | | | | | | | | | | this test also affected by #70313 which is not in the release branch
* | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: (27 commits) fix #72519, possible OOB using imagegif fix #72512, invalid read or write for palette image when invalid transparent index is used Apparently some envs miss SIZE_MAX Fix tests Fix bug #72618: NULL Pointer Dereference in exif_process_user_comment Partial fix for bug #72613 - do not allow reading past error read Partial fix for bug #72613 - do not treat negative returns from bz2 as size_t Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.c Fix for bug #72558, Integer overflow error within _gdContributionsAlloc() Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTE update NEWS Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders Fix bug #72562 - destroy var_hash properly Fix bug #72551 and bug #72552 - check before converting size_t->int Fix bug #72541 - size_t overflow lead to heap corruption Fix bug #72533 (locale_accept_from_http out-of-bounds access) Fix fir bug #72520 Fix for bug #72513 Fix for bug #72513 CS fix and comments with bug ID ... Conflicts: ext/standard/basic_functions.c
| * | | Merge branch 'PHP-7.0.9' into PHP-7.0Stanislav Malyshev2016-07-191-2/+2
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0.9: Partial fix for bug #72613 - do not allow reading past error read update NEWS Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders Fix bug #72551 and bug #72552 - check before converting size_t->int Fix bug #72541 - size_t overflow lead to heap corruption fix possible optimization bug set versions Conflicts: configure.in ext/pdo_pgsql/tests/bug72570.phpt main/php_version.h
| | * | Fixed bug #72570 Segmentation fault when binding parameters on a query ↵Matteo Beccati2016-07-142-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | without placeholders Special commit for 7.0.9
* | | | Merge branch 'PHP-7.0'Matteo Beccati2016-07-103-1/+69
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * 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 Beccati2016-07-102-0/+31
| | | | | | | | | | | | | | | | without placeholders
| * | | Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-07-102-1/+38
| |\ \ \ | | |/ / | |/| / | | |/ | | | * PHP-5.6: Fixed bug #70313 PDO statement fails to throw exception
| | * Fixed bug #70313 PDO statement fails to throw exceptionMatteo Beccati2016-07-102-1/+38
| | |
* | | Fixed compilation warningsDmitry Stogov2016-06-222-2/+2
| | |
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-212-6/+6
| | | | | | | | | | | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers.
* | | Merge branch 'PHP-7.0'Anatol Belski2016-06-012-11/+164
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.0: Add test for bug #72294 Fixed bug #72294 Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor
| * | Add test for bug #72294Anatol Belski2016-06-011-0/+149
| | |
| * | Fixed bug #72294 Segmentation fault/invalid pointer in connection with ↵Anatol Belski2016-06-011-11/+15
| | | | | | | | | | | | pgsql_stmt_dtor
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-312-6/+6
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fixed test (keyword is local related)
| * | Fixed test (keyword is local related)Xinchen Hui2016-05-312-6/+6
| | |
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-112-0/+27
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound)
| * | Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound)Xinchen Hui2016-05-112-0/+27
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-061-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: fix merge mistake
| * | fix merge mistakeAnatol Belski2016-04-061-1/+1
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-063-60/+167
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.0: fix tests PostgreSQL's PDOStatement::getColumnMeta() fills in table's name. fix indent
| * | fix testsAnatol Belski2016-04-062-20/+92
| | |
| * | PostgreSQL's PDOStatement::getColumnMeta() fills in table's name.Petr Sýkora2016-04-061-0/+35
| | |
| * | fix indentAnatol Belski2016-04-061-40/+40
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-062-1/+187
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.0: add 32-bit specific variont for #62498 skip test on 32-bit
| * | add 32-bit specific variont for #62498Anatol Belski2016-04-061-0/+185
| | |
| * | skip test on 32-bitAnatol Belski2016-04-061-1/+2
| | | | | | | | | | | | The Postgres INT8 datatype is handled as string on 32-bit
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-052-25/+240
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.0: update NEWS fix and extend test Don't roundtrip to the database to get the column type if you already know it
| * | fix and extend testAnatol Belski2016-04-051-22/+103
| | |
| * | Don't roundtrip to the database to get the column type if you already know itJoe Bylund2016-04-052-25/+159
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Remove version checksNikita Popov2016-01-301-2/+0
|/ / | | | | | | | | | | | | | | | | | | | | PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions.
* | Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-4/+3
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
|\ \ | |/ | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
| |
| * fix testAnatol Belski2015-08-231-2/+4
| | | | | | | | backport from master
* | add test for bug #70861Anatol Belski2015-11-051-0/+46
| |
* | fix test redirection when run not from source rootAnatol Belski2015-10-231-1/+1
| |
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-3/+3
| |