| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement named parameters | Nikita Popov | 2020-07-31 | 1 | -0/+1 |
| * | Fix some pgsql arginfos | Nikita Popov | 2020-07-17 | 1 | -11/+12 |
| * | Some zpp cleanup in pgsql | Nikita Popov | 2020-07-17 | 1 | -13/+14 |
| * | Remove some zpp quiet uses in pgsql | Nikita Popov | 2020-07-17 | 1 | -29/+20 |
| * | Remove no_separation flag | Nikita Popov | 2020-07-07 | 1 | -1/+0 |
| * | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -238/+119 |
| * | PGSQL and POD_SQL: don't include pg_config.h | Christoph M. Becker | 2020-05-25 | 4 | -167/+40 |
| * | Raise ext/pgsql requirements to PostGreSQL 7.4 | Christoph M. Becker | 2020-05-22 | 4 | -411/+23 |
| * | Fix [-Wundef] warning in PostgreSQL extension | George Peter Banyard | 2020-05-20 | 2 | -88/+88 |
| * | Make float to string casts locale-independent | Máté Kocsis | 2020-05-08 | 1 | -1/+1 |
| * | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-04-29 | 1 | -0/+1 |
| |\ | |||||
| | * | Fix #79532: sizeof off_t can be wrong | Christoph M. Becker | 2020-04-29 | 1 | -0/+1 |
| * | | Reindent phpt files | Nikita Popov | 2020-02-03 | 35 | -457/+457 |
| * | | Eliminate uses of ZVAL_ZVAL and friends | Nikita Popov | 2020-01-20 | 1 | -2/+2 |
| * | | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 1 | -6/+6 |
| * | | Use RETURN_THROWS() after zend_fetch_resource*() | Máté Kocsis | 2020-01-03 | 1 | -69/+69 |
| * | | Use RETURN_THROWS() after zend_throw_exception() in most of the extensions | Máté Kocsis | 2020-01-02 | 1 | -1/+1 |
| * | | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -67/+67 |
| * | | Fix #78880: Spelling error report | Christoph M. Becker | 2019-12-21 | 1 | -2/+2 |
| * | | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 10 | -20/+0 |
| * | | Cleanup return values when parameter parsing is unsuccessful | Máté Kocsis | 2019-10-30 | 1 | -1/+1 |
| * | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 2 | -4/+0 |
| * | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-22 | 2 | -6/+6 |
| |\ \ | |/ | |||||
| | * | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 2 | -6/+6 |
| * | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-22 | 2 | -2/+1 |
| |\ \ | |/ | |||||
| | * | Remove HAVE_PQPUTCOPYEND | Peter Kokot | 2019-07-22 | 2 | -2/+1 |
| * | | Merge branch 'PHP-7.4' | Remi Collet | 2019-06-12 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | add comment about pg_config/pkgconfig | Remi Collet | 2019-06-12 | 1 | -0/+3 |
| * | | Merge branch 'PHP-7.4' | Joe Watkins | 2019-06-12 | 1 | -9/+62 |
| |\ \ | |/ | |||||
| | * | Revert "ext/pgsql: Use PKG_CHECK_MODULES to detect the pq library" | Joe Watkins | 2019-06-12 | 1 | -9/+62 |
| * | | Merge branch 'PHP-7.4' | Joe Watkins | 2019-06-11 | 1 | -62/+9 |
| |\ \ | |/ | |||||
| | * | ext/pgsql: Use PKG_CHECK_MODULES to detect the pq library | Hugh McMaster | 2019-06-11 | 1 | -62/+9 |
| * | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-06-06 | 1 | -6/+6 |
| |\ \ | |/ | |||||
| | * | Cheaper checks for exceptions thrown from __toString() | Dmitry Stogov | 2019-06-06 | 1 | -6/+6 |
| * | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-05 | 1 | -32/+32 |
| |\ \ | |/ | |||||
| | * | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -32/+32 |
| * | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-04 | 2 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Try to make 17result.php more robust | Nikita Popov | 2019-06-04 | 2 | -4/+4 |
| * | | Convert fetch_resource warnings into TypeErrors | Nikita Popov | 2019-06-03 | 1 | -2/+6 |
| * | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-13 | 1 | -82/+0 |
| |\ \ | |/ | |||||
| | * | Remove example file for pgsql extension | Peter Kokot | 2019-05-13 | 1 | -82/+0 |
| * | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-12 | 2 | -16/+18 |
| |\ \ | |/ | |||||
| | * | [ci skip] Migrate tests READMEs to Markdown | Peter Kokot | 2019-05-12 | 2 | -16/+18 |
| * | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
| |\ \ | |/ | |||||
| | * | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
| * | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-04-13 | 1 | -6/+0 |
| |\ \ | |/ | |||||
| | * | Disable PACKAGE_* preprocessor symbols | Peter Kokot | 2019-04-13 | 1 | -6/+0 |
| * | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-12 | 1 | -19/+13 |
| |\ \ | |/ | |||||
| | * | Don't use php_strtok_r in build_tablename | Nikita Popov | 2019-04-12 | 1 | -19/+13 |
| * | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-04-12 | 1 | -3/+1 |
| |\ \ | |/ | |||||
