summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-271-1/+1
|\ | | | | | | | | * PHP-7.1: Fix test compat for PostgreSQL 10
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-271-1/+1
| |\ | | | | | | | | | | | | * PHP-7.0: Fix test compat for PostgreSQL 10
| | * Fix test compat for PostgreSQL 10Anatol Belski2017-10-271-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-10-241-0/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Decref default_link when clearing
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-10-241-0/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Decref default_link when clearing
| | * Decref default_link when clearingSara Golemon2017-10-241-0/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-10-232-13/+21
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Bugfix#75419 Fix clearing of default link during pg_close()
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-10-232-13/+21
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Bugfix#75419 Fix clearing of default link during pg_close()
| | * Bugfix#75419 Fix clearing of default link during pg_close()Sara Golemon2017-10-232-13/+21
| | |
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-261-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix 00version.phpt when commit message has multiple lines.
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-261-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix 00version.phpt when commit message has multiple lines.
| | * Fix 00version.phpt when commit message has multiple lines.Mitch Hagstrand2017-01-261-1/+1
| | | | | | | | | | | | | | | | | | The environment variable "TRAVIS_COMMIT_MESSAGE" can contain multiple lines. An example can be seen here https://travis-ci.org/php/php-src/jobs/195465293
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| | |
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| | |
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
| | |
* | | Merge branch 'PHP-7.1'Anatol Belski2016-12-011-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.1: fix dir separator Update NEWS for the build
| * | fix dir separatorAnatol Belski2016-12-011-1/+1
| | |
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
| | | | | | | | | | | | | | | | | | fix merge mistake yet one more replacement run
* | | Merge branch 'PHP-7.1'Anatol Belski2016-11-225-2/+30
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.1: Fix bug #73498 Add a test for bug 73498
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-225-2/+30
| |\ \ | | |/ | | | | | | | | | | | | * PHP-7.0: Fix bug #73498 Add a test for bug 73498
| | * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-225-2/+30
| | |\ | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix bug #73498 Add a test for bug 73498
| | | * Fix bug #73498Craig Duncan2016-11-221-2/+2
| | | | | | | | | | | | | | | | | | | | Postgres uses the DELIMITER keyword since 7.3 And WITH is no longer required/used
| | | * Add a test for bug 73498Craig Duncan2016-11-224-0/+28
| | | |
| | | * Fix various int size overflows.Stanislav Malyshev2016-09-121-93/+93
| | | | | | | | | | | | | | | | | | | | Add function for detection of string zvals with length that does not fit INT_MAX.
| | * | More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-3/+3
| | | |
* | | | Fix CRLF line-endings in testsNikita Popov2016-11-201-78/+78
| | | | | | | | | | | | | | | | Also fix a single instance of CRLF in ibase_query.c.
* | | | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-051-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: More int->size_t and string overflow fixes
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-051-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * PHP-7.0: More int->size_t and string overflow fixes
| | * | | More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-3/+3
| | |/ /
* | | | Drop some pieces of commented-out codeNikita Popov2016-09-041-14/+0
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-031-7/+8
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: fix leak and error check order
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-031-7/+8
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: fix leak and error check order
| | * fix leak and error check orderAnatol Belski2016-09-031-5/+6
| | |
| | * Revert "Backport patch for bug #71820"Anatol Belski2016-05-092-107/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit 1b632cfe834bfd87d182566d7d960df7d10ded72. This fixed bug #72151, and reverts the fix for bug #71820. See also bug #50636 and #49521 for the history.
| | * Backport patch for bug #71820Anatol Belski2016-03-172-1/+107
| | | | | | | | | | | | Rev b4eedd128ba9f61be08a50c94afd72837d7cf70b
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-07-201-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-7.0: Fixed bug #72629 (Caught exception assignment to variables ignores references). Conflicts: main/php_version.h
| * | Fixed bug #72629 (Caught exception assignment to variables ignores references).Xinchen Hui2016-07-201-1/+1
| | |
* | | Fixed compilation warningsDmitry Stogov2016-06-231-1/+1
| | |
* | | Fixed compilation warningsDmitry Stogov2016-06-221-8/+8
| | |
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-11/+11
| | | | | | | | | | | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers.
* | | fix test portabilityAnatol Belski2016-06-171-1/+1
| | |
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-311-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: No sure why this is failed in travis
| * | No sure why this is failed in travisXinchen Hui2016-05-311-1/+1
| | |
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-313-3/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Attempt to fix tests fails
| * | Attempt to fix tests failsXinchen Hui2016-05-313-3/+4
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2016-05-121-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: workaround the extra new line in the test out on another env
| * | workaround the extra new line in the test out on another envAnatol Belski2016-05-121-1/+1
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2016-05-122-1/+38
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fixed bug #72197 pg_lo_create arbitrary read
| * | Fixed bug #72197 pg_lo_create arbitrary readAnatol Belski2016-05-122-1/+38
| | |
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-121-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Committed by accident