summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* fix test descriptionRemi Collet2015-06-091-1/+1
* move testRemi Collet2015-05-201-0/+0
* fix new testRemi Collet2015-05-201-1/+1
* Fixed Bug #69667 segfault in php_pgsql_meta_dataRemi Collet2015-05-202-2/+34
* Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-1/+1
|\
| * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-221-0/+3
|\ \ | |/
| * Bacport fix bug #68741 - Null pointer dereferenceStanislav Malyshev2015-03-221-0/+3
* | Fixed bug #68638 (pg_update() fails to store infinite values)Xinchen Hui2015-02-141-8/+7
* | Merge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5Xinchen Hui2015-02-142-1/+57
|\ \
| * | Fixed bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-121-1/+1
| * | Fixed bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-091-4/+2
| * | Fixed bug #68638 pg_update() fails to store infinite values.William Felipe Welter2015-02-071-2/+6
| * | Test case Bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-051-0/+53
| * | Fixed bug #68638 pg_update() fails to store infinite values.William Felipe Welter2015-02-031-1/+2
| |/
* | Fixed Bug #65199 pg_copy_from() modifies input array variableYasuo Ohgaki2015-02-032-10/+66
* | Bump yearXinchen Hui2015-01-152-2/+2
* | Check the return value of lo_export.Adam Harvey2014-12-301-3/+3
* | Added PGSQL_TEST_CONNSTR env var support for ext/pgsql testsMatteo Beccati2014-10-311-3/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-07-011-1/+1
|\ \ | |/
| * Fix ext/pgsql builds with libpq < 7.3.Adam Harvey2014-07-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-10/+20
|\ \ | |/
| * Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_sele...Yasuo Ohgaki2014-02-161-10/+20
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-27/+8
|\ \ | |/
| * Refactor build_tablename()Yasuo Ohgaki2014-02-161-27/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-4/+3
|\ \ | |/
| * Revise encoding blacklistYasuo Ohgaki2014-02-161-4/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-02-151-0/+2
|\ \ | |/
| * - Fix ZTS build when HAVE_PQESCAPELITERAL is not setFelipe Pena2014-02-151-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-152-285/+268
|\ \ | |/
| * Refactor and cleanup. WS is cleaned up. Use -b if it is needed.Yasuo Ohgaki2014-02-152-285/+268
* | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-02-141-1/+1
|\ \ | |/
| * a few typofixesVeres Lajos2014-02-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-221-0/+3
|\ \ | |/
| * fixed missing usleep() prototype in pgsqlAnatol Belski2014-01-221-0/+3
| * Bump yearXinchen Hui2014-01-032-2/+2
* | Bump yearXinchen Hui2014-01-032-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-10-221-1/+1
|\ \ | |/
| * Fix Coverity issue reporting wrong sizeof()Yasuo Ohgaki2013-10-221-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-221-1/+4
|\ \ | |/
| * Fixed other compiler warningsMatteo Beccati2013-08-221-1/+4
* | Apply pgsql notice test fixes to PHP-5.5Nikita Popov2013-08-223-2/+15
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-211-16/+25
|\ \ | |/
| * Fixed compiler warnings in ext/pgsqlMatteo Beccati2013-08-211-16/+25
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-08-121-2/+1
|\ \ | |/
| * removed unused varsAnatol Belski2013-08-121-2/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-08-121-3/+25
|\ \ | |/
| * fixed strndup usage in the pgsql extAnatol Belski2013-08-121-3/+25
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-103-1/+5
|\ \ | |/
| * ensure notices are not ignored when tests need themStanislav Malyshev2013-08-103-1/+5