File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2741,6 +2741,7 @@ public function __construct(int $phpVersionId)
2741
2741
'pg_exit_pipeline_mode ' => 'stubs/ext/pgsql/pg_exit_pipeline_mode.php ' ,
2742
2742
'pg_pipeline_status ' => 'stubs/ext/pgsql/pg_pipeline_status.php ' ,
2743
2743
'pg_pipeline_sync ' => 'stubs/ext/pgsql/pg_pipeline_sync.php ' ,
2744
+ 'pg_send_flush_request ' => 'stubs/ext/pgsql/pg_send_flush_request.php ' ,
2744
2745
'pg_set_error_context_visibility ' => 'stubs/ext/pgsql/pg_set_error_context_visibility.php ' ,
2745
2746
'posix_eaccess ' => 'stubs/ext/posix/posix_eaccess.php ' ,
2746
2747
'posix_fpathconf ' => 'stubs/ext/posix/posix_fpathconf.php ' ,
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ #[\Since('8.3 ' )]
4
+ function pg_send_flush_request (\PgSql \Connection $ connection ): bool
5
+ {
6
+ }
You can’t perform that action at this time.
0 commit comments