Skip to content

Commit df91fb5

Browse files
committed
remove annotation
1 parent 5e2a8ec commit df91fb5

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Zend/Optimizer/zend_func_infos.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ static const func_info_t func_infos[] = {
312312
F1("pg_host", MAY_BE_STRING),
313313
F1("pg_version", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_LONG|MAY_BE_ARRAY_OF_STRING|MAY_BE_ARRAY_OF_NULL),
314314
F1("pg_jit", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_STRING|MAY_BE_ARRAY_OF_NULL),
315-
#if defined(HAVE_PG_SERVICE)
316-
F1("pg_service", MAY_BE_STRING),
317-
#endif
318315
F1("pg_parameter_status", MAY_BE_STRING|MAY_BE_FALSE),
319316
F1("pg_query", MAY_BE_OBJECT|MAY_BE_FALSE),
320317
F1("pg_query_params", MAY_BE_OBJECT|MAY_BE_FALSE),

ext/pgsql/pgsql.stub.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ function pg_version(?PgSql\Connection $connection = null): array {}
509509
function pg_jit(?PgSql\Connection $connection = null): array {}
510510

511511
#ifdef HAVE_PG_SERVICE
512-
/** @refcount 1 */
513512
function pg_service(?PgSql\Connection $connection = null): string {}
514513
#endif
515514
/**

ext/pgsql/pgsql_arginfo.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)