From fba71efce4a5305b195e8739226c627c2e3bd6ac Mon Sep 17 00:00:00 2001 From: Takuya Aramaki Date: Fri, 22 Nov 2024 02:27:24 +0900 Subject: [PATCH] Add `Pdo\Pgsql` to the PHP 8.4 announcement page --- releases/8.4/languages/en.php | 2 +- releases/8.4/languages/es.php | 2 +- releases/8.4/languages/fr.php | 2 +- releases/8.4/languages/nl.php | 2 +- releases/8.4/languages/pt_BR.php | 2 +- releases/8.4/languages/ru.php | 2 +- releases/8.4/languages/uk.php | 2 +- releases/8.4/languages/zh.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/releases/8.4/languages/en.php b/releases/8.4/languages/en.php index f175b9877c..86a17799ed 100644 --- a/releases/8.4/languages/en.php +++ b/releases/8.4/languages/en.php @@ -20,7 +20,7 @@ 'new_array_find_title' => 'New array_*() functions', 'new_array_find_description' => 'New functions array_find(), array_find_key(), array_any(), and array_all() are available.', 'pdo_driver_specific_subclasses_title' => 'PDO driver specific subclasses', - 'pdo_driver_specific_subclasses_description' => 'New subclasses Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, and Pdo\Sqlite of PDO are available.', + 'pdo_driver_specific_subclasses_description' => 'New subclasses Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Pgsql, and Pdo\Sqlite of PDO are available.', 'new_without_parentheses_title' => 'new MyClass()->method() without parentheses', 'new_without_parentheses_description' => 'Properties and methods of a newly instantiated object can now be accessed without wrapping the new expression in parentheses.', diff --git a/releases/8.4/languages/es.php b/releases/8.4/languages/es.php index b34efc0c6a..ed9705b7eb 100644 --- a/releases/8.4/languages/es.php +++ b/releases/8.4/languages/es.php @@ -18,7 +18,7 @@ 'new_array_find_title' => 'Nuevas funciones array_*()', 'new_array_find_description' => 'Nuevas funciones disponibles: array_find(), array_find_key(), array_any() y array_all().', 'pdo_driver_specific_subclasses_title' => 'Procesadores SQL específicos para PDO Driver', - 'pdo_driver_specific_subclasses_description' => 'Nuevas subclases de PDO: Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Sqlite están disponibles.', + 'pdo_driver_specific_subclasses_description' => 'Nuevas subclases de PDO: Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Pgsql, Pdo\Sqlite están disponibles.', 'new_without_parentheses_title' => 'new MyClass()->method() sin paréntesis', 'new_without_parentheses_description' => 'Las propiedades y métodos de un objeto recién instanciado ahora se pueden acceder sin envolver la expresión new entre paréntesis.', diff --git a/releases/8.4/languages/fr.php b/releases/8.4/languages/fr.php index 689181d8cd..fc6c3f238a 100644 --- a/releases/8.4/languages/fr.php +++ b/releases/8.4/languages/fr.php @@ -20,7 +20,7 @@ 'new_array_find_title' => 'Nouvelles fonctions array_*()', 'new_array_find_description' => 'Les nouvelles fonctions array_find(), array_find_key(), array_any() et array_all() sont désormais disponibles.', 'pdo_driver_specific_subclasses_title' => 'Parseurs SQL spécifiques au pilote PDO', - 'pdo_driver_specific_subclasses_description' => 'De nouvelles sous-classes Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc et Pdo\Sqlite de PDO sont désormais disponibles.', + 'pdo_driver_specific_subclasses_description' => 'De nouvelles sous-classes Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Pgsql et Pdo\Sqlite de PDO sont désormais disponibles.', 'new_without_parentheses_title' => 'new MyClass()->method() sans parenthèses.', 'new_without_parentheses_description' => 'Les propriétés et méthodes d\'un objet nouvellement instancié peuvent désormais être accessibles sans entourer l\'expression new entre parenthèses.', diff --git a/releases/8.4/languages/nl.php b/releases/8.4/languages/nl.php index 8959f647d2..3dad45eee0 100644 --- a/releases/8.4/languages/nl.php +++ b/releases/8.4/languages/nl.php @@ -18,7 +18,7 @@ 'new_array_find_title' => 'Nieuwe array_*() functies', 'new_array_find_description' => 'Nieuwe functies array_find(), array_find_key(), array_any(), en array_all() zijn nu beschikbaar.', 'pdo_driver_specific_subclasses_title' => 'PDO driver specifieke SQL parsers', - 'pdo_driver_specific_subclasses_description' => 'Nieuwe subklassen Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Sqlite van PDO zijn nu beschikbaar.', + 'pdo_driver_specific_subclasses_description' => 'Nieuwe subklassen Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Pgsql, Pdo\Sqlite van PDO zijn nu beschikbaar.', 'new_without_parentheses_title' => 'new MyClass()->method() zonder haakjes', 'new_without_parentheses_description' => 'Eigenschappen en methoden van een nieuw geïnstantieerd object kunnen nu opgevraagd worden zonder de new expressie tussen haakjes te zetten.', diff --git a/releases/8.4/languages/pt_BR.php b/releases/8.4/languages/pt_BR.php index adc2f900a3..42f3453f74 100644 --- a/releases/8.4/languages/pt_BR.php +++ b/releases/8.4/languages/pt_BR.php @@ -20,7 +20,7 @@ 'new_array_find_title' => 'Novas funções array_*()', 'new_array_find_description' => 'Novas funções array_find(), array_find_key(), array_any() e array_all() estão disponíveis.', 'pdo_driver_specific_subclasses_title' => 'Parsers SQL específicos para drivers PDO', - 'pdo_driver_specific_subclasses_description' => 'Novas subclasses Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Sqlite de PDO estão disponíveis.', + 'pdo_driver_specific_subclasses_description' => 'Novas subclasses Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Pgsql, Pdo\Sqlite de PDO estão disponíveis.', 'new_without_parentheses_title' => 'new MyClass()->method() sem parênteses', 'new_without_parentheses_description' => 'Propriedades e métodos de um objeto recém-instanciado agora podem ser acessados sem a necessidade de envolver a expressão new entre parênteses.', diff --git a/releases/8.4/languages/ru.php b/releases/8.4/languages/ru.php index 9381cc5063..921501ccc7 100644 --- a/releases/8.4/languages/ru.php +++ b/releases/8.4/languages/ru.php @@ -20,7 +20,7 @@ 'new_array_find_title' => 'Новые функции array_*()', 'new_array_find_description' => 'Добавлены функции array_find(), array_find_key(), array_any() и array_all().', 'pdo_driver_specific_subclasses_title' => 'SQL-парсеры, специфичные для драйверов PDO', - 'pdo_driver_specific_subclasses_description' => 'Добавлены дочерние классы Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Sqlite драйверов, наследующие PDO.', + 'pdo_driver_specific_subclasses_description' => 'Добавлены дочерние классы Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Pgsql, Pdo\Sqlite драйверов, наследующие PDO.', 'new_without_parentheses_title' => 'new MyClass()->method() без скобок', 'new_without_parentheses_description' => 'К свойствам и методам только что инициализированного объекта теперь можно обращаться, не оборачивая выражение new в круглые скобки.', diff --git a/releases/8.4/languages/uk.php b/releases/8.4/languages/uk.php index 8079ef37be..2fea0f7a74 100644 --- a/releases/8.4/languages/uk.php +++ b/releases/8.4/languages/uk.php @@ -20,7 +20,7 @@ 'new_array_find_title' => 'Нові функції array_*()', 'new_array_find_description' => 'Нові функції array_find(), array_find_key(), array_any() і array_all().', 'pdo_driver_specific_subclasses_title' => 'Специфічні аналізатори синтаксису SQL для драйверів PDO', - 'pdo_driver_specific_subclasses_description' => 'Нові підкласи Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc і Pdo\Sqlite для PDO.', + 'pdo_driver_specific_subclasses_description' => 'Нові підкласи Pdo\Dblib, Pdo\Firebird, Pdo\MySql, Pdo\Odbc, Pdo\Pgsql і Pdo\Sqlite для PDO.', 'new_without_parentheses_title' => 'new MyClass()->method() без дужок', 'new_without_parentheses_description' => 'До властивостей і методів нового екземпляра об\'єкта тепер можна звертатися, не беручи вираз new у круглі дужки.', diff --git a/releases/8.4/languages/zh.php b/releases/8.4/languages/zh.php index 1bfb33113d..0c71bc8eb1 100644 --- a/releases/8.4/languages/zh.php +++ b/releases/8.4/languages/zh.php @@ -22,7 +22,7 @@ 'new_array_find_title' => '新的 array_*() 函数', 'new_array_find_description' => '新增函数 array_find()array_find_key()array_any()array_all()。', 'pdo_driver_specific_subclasses_title' => 'PDO 驱动程序特定的 SQL 解析器', - 'pdo_driver_specific_subclasses_description' => '新的 Pdo\DblibPdo\FirebirdPdo\MySqlPdo\OdbcPdo\Sqlite 的子类可用。', + 'pdo_driver_specific_subclasses_description' => '新的 Pdo\DblibPdo\FirebirdPdo\MySqlPdo\OdbcPdo\PgsqlPdo\Sqlite 的子类可用。', 'new_without_parentheses_title' => 'new MyClass()->method() 不需要括号', 'new_without_parentheses_description' => '现在可以在不使用括号包装 new 表达式的情况下访问新实例化对象的属性和方法。',