mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was not
available).
This commit is contained in:
parent
36d13eb7c9
commit
cba30657d9
2 changed files with 6 additions and 0 deletions
|
@ -107,7 +107,9 @@ PHP_FUNCTION(pg_fetch_object);
|
|||
PHP_FUNCTION(pg_fetch_result);
|
||||
PHP_FUNCTION(pg_fetch_row);
|
||||
PHP_FUNCTION(pg_fetch_all);
|
||||
#if HAVE_PQCMDTUPLES
|
||||
PHP_FUNCTION(pg_affected_rows);
|
||||
#endif
|
||||
PHP_FUNCTION(pg_get_result);
|
||||
PHP_FUNCTION(pg_result_seek);
|
||||
PHP_FUNCTION(pg_result_status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue