summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0'Xinchen Hui2016-07-201-1/+1
|\
| * 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
|\ \ | |/
| * No sure why this is failed in travisXinchen Hui2016-05-311-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-313-3/+4
|\ \ | |/
| * Attempt to fix tests failsXinchen Hui2016-05-313-3/+4
* | Merge branch 'PHP-7.0'Anatol Belski2016-05-121-1/+1
|\ \ | |/
| * 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
|\ \ | |/
| * Fixed bug #72197 pg_lo_create arbitrary readAnatol Belski2016-05-121-0/+35
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-121-1/+1
|\ \ | |/
| * Committed by accidentXinchen Hui2016-05-121-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-122-1/+18
|\ \ | |/
| * 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
|\ \ | |/
| * Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc...Anatol Belski2016-05-091-93/+0
* | Merge branch 'PHP-7.0'Anatol Belski2016-04-161-0/+52
|\ \ | |/
| * Add test for bug #72028Anatol Belski2016-04-161-0/+52
* | Merge branch 'PHP-7.0'Anatol Belski2016-04-151-0/+39
|\ \ | |/
| * Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestampAnatol Belski2016-04-151-0/+39
* | Merge branch 'PHP-7.0'Anatol Belski2016-04-101-0/+196
|\ \ | |/
| * Fixed bug #71998 Function pg_insert does not insert when column type = inetAnatol Belski2016-04-101-0/+196
* | Merge branch 'PHP-7.0'Anatol Belski2016-03-171-0/+93
|\ \ | |/
| * Fixed bug #71820 pg_fetch_object bind parameters before call constructorAnatol Belski2016-03-171-0/+93
* | Improve FR #31021 implementation (pg_last_notice() is needed to get all notic...Yasuo Ohgaki2015-12-181-2/+17
* | Implemented FR #31021 (pg_result_notice() is needed to get all notice messages).Yasuo Ohgaki2015-12-171-13/+29
|/
* Merge branch 'PHP-5.6'Remi Collet2015-06-091-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-06-091-1/+1
| |\
| | * fix test descriptionRemi Collet2015-06-091-1/+1
* | | Merge branch 'PHP-5.6'Remi Collet2015-05-201-0/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-201-0/+27
| |\ \ | | |/
| | * move testRemi Collet2015-05-201-0/+27
* | | Fixed testDmitry Stogov2015-04-081-0/+4
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-141-0/+53
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-141-0/+53
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5Xinchen Hui2015-02-141-0/+53
| | |\
| | | * Test case Bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-051-0/+53
* | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2015-02-031-0/+40
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2015-02-031-0/+40
| |\ \ \ | | |/ /
| | * | Fixed Bug #65199 pg_copy_from() modifies input array variableYasuo Ohgaki2015-02-031-0/+40
* | | | fix test cleanupAnatol Belski2014-11-121-1/+7
|/ / /
* | | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-10-311-4/+6
|\ \ \ | |/ /
| * | Added PGSQL_TEST_CONNSTR env var support for ext/pgsql testsMatteo Beccati2014-10-311-3/+6
| * | Apply pgsql notice test fixes to PHP-5.5Nikita Popov2013-08-223-2/+15
* | | Support async pgsql connections and non-blocking queriesDaniel Lowrey2014-03-175-0/+356
* | | Imprement FR #25854 Return value for pg_insert should be resource instead of ...Yasuo Ohgaki2014-02-172-2/+13
* | | Implement FR #41146 - Add "description" with exteneded flag pg_meta_data().Yasuo Ohgaki2014-02-172-7/+74
* | | Travis has old PostgreSQL server. Avoid test error.Yasuo Ohgaki2014-02-161-1/+2
* | | It seems travis needs ending >?Yasuo Ohgaki2014-02-161-0/+1