summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines in all *.phpt sections. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
| | |
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-1418-64/+64
| | |
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-6/+6
| | |
* | | Fix permissionsPeter Kokot2018-09-213-0/+0
| | | | | | | | | | | | Certain files don't need to be executables.
* | | Explain why the test was skippedGabriel Caruso2018-09-161-1/+1
|/ /
* | Merge branch 'PHP-7.2'Anatol Belski2018-06-291-0/+23
|\ \ | | | | | | | | | | | | * PHP-7.2: Fixed bug #76548 pg_fetch_result did not fetch the next row
| * \ Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-291-0/+23
| |\ \ | | |/ | | | | | | | | | * PHP-7.1: Fixed bug #76548 pg_fetch_result did not fetch the next row
| | * Fixed bug #76548 pg_fetch_result did not fetch the next rowAnatol Belski2018-06-291-0/+23
| | |
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-203-3/+3
| | | | | | | | | | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* | | Remove empty sections in testsGabriel Caruso2018-02-141-1/+0
|/ /
* | 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-231-0/+14
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Bugfix#75419 Fix clearing of default link during pg_close()
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-10-231-0/+14
| |\ \ | | |/ | | | | | | | | | * 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-231-0/+14
| | |
* | | 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
* | | 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
| | |
* | | Merge branch 'PHP-7.1'Anatol Belski2016-11-224-0/+28
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.1: Fix bug #73498 Add a test for bug 73498
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-224-0/+28
| |\ \ | | |/ | | | | | | | | | | | | * PHP-7.0: Fix bug #73498 Add a test for bug 73498
| | * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-224-0/+28
| | |\ | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix bug #73498 Add a test for bug 73498
| | | * Add a test for bug 73498Craig Duncan2016-11-224-0/+28
| | | |
| | | * Revert "Backport patch for bug #71820"Anatol Belski2016-05-091-93/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-171-0/+93
| | | | | | | | | | | | | | | | Rev b4eedd128ba9f61be08a50c94afd72837d7cf70b
* | | | 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.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
| | |
* | | 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-121-0/+35
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fixed bug #72197 pg_lo_create arbitrary read
| * | Fixed bug #72197 pg_lo_create arbitrary readAnatol Belski2016-05-121-0/+35
| | |
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-121-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Committed by accident
| * | Committed by accidentXinchen Hui2016-05-121-1/+1
| | |
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-122-1/+18
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free)
| * | Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free)Xinchen Hui2016-05-122-1/+18
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2016-05-091-93/+0
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.0: Revert "Fixed bug #71820 pg_fetch_object bind parameters before call constructor" Revert "Backport patch for bug #71820"
| * | Revert "Fixed bug #71820 pg_fetch_object bind parameters before call ↵Anatol Belski2016-05-091-93/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | constructor" This reverts commit b4eedd128ba9f61be08a50c94afd72837d7cf70b. This fixed bug #72151, and reverts the fix for bug #71820. See also bug #50636 and #49521 for the history.
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-161-0/+52
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.0: Adds new curl option CURLOPT_SSL_VERIFYSTATUS to enable OCSP verification Add test for bug #72028
| * | Add test for bug #72028Anatol Belski2016-04-161-0/+52
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-151-0/+39
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.0: update NEWS Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp