/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/pgsql/tests/no_link_open.phpt
17 строк
332 B
George Peter Banyard
Deprecate using the implicit default PgSQL connection
10 июл 2021, 00:12
10 июл 2021, 00:12
1f42777
Код
Авторство
О чём код?
--TEST-- Using pg function with default link while no link open --EXTENSIONS-- pgsql --FILE-- <?php try { pg_dbname(); } catch (Error $e) { echo $e->getMessage(), "\n"; } ?> --EXPECTF-- Deprecated: pg_dbname(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d No PostgreSQL connection opened yet