We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 064dd48 + 5f20f9f commit 072b09fCopy full SHA for 072b09f
ext/pgsql/pgsql.c
@@ -2021,7 +2021,7 @@ PHP_FUNCTION(pg_fetch_object)
2021
PHP_FUNCTION(pg_fetch_all)
2022
{
2023
zval *result;
2024
- long result_type = PGSQL_ASSOC;
+ zend_long result_type = PGSQL_ASSOC;
2025
PGresult *pgsql_result;
2026
pgsql_result_handle *pg_result;
2027
@@ -5879,7 +5879,7 @@ PHP_FUNCTION(pg_select)
5879
pgsql_link_handle *link;
5880
zend_string *table;
5881
zend_ulong option = PGSQL_DML_EXEC;
5882
5883
PGconn *pg_link;
5884
zend_string *sql = NULL;
5885
0 commit comments