diff options
| author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-23 04:42:27 -0300 |
|---|---|---|
| committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-02-23 11:06:20 +0100 |
| commit | 1314f0fb3a9ff25b9afe68845012c1d0acbec262 (patch) | |
| tree | 85f4d3abdfe8c3da39b85ccf47ae25075d2987d3 /ext/pgsql/pgsql.c | |
| parent | bff179888f6d247c3584150f0c729634b95c745b (diff) | |
| download | php-git-1314f0fb3a9ff25b9afe68845012c1d0acbec262.tar.gz | |
Use int instead of long in protos
Diffstat (limited to 'ext/pgsql/pgsql.c')
| -rw-r--r-- | ext/pgsql/pgsql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index a446478c23..5f1960dd58 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -2298,7 +2298,7 @@ PHP_FUNCTION(pg_affected_rows) /* }}} */ #endif -/* {{{ proto mixed pg_last_notice(resource connection [, long option]) +/* {{{ proto mixed pg_last_notice(resource connection [, int option]) Returns the last notice set by the backend */ PHP_FUNCTION(pg_last_notice) { @@ -5246,7 +5246,7 @@ PHP_FUNCTION(pg_get_result) } /* }}} */ -/* {{{ proto mixed pg_result_status(resource result[, long result_type]) +/* {{{ proto mixed pg_result_status(resource result[, int result_type]) Get status of query result */ PHP_FUNCTION(pg_result_status) { |
