From fb53b07a9a925589fa19e20f4046c839d0c1de1a Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 9 Jun 2026 14:40:52 +0200 Subject: [PATCH] [Sync EN] readline: PHP 8.5 changelog entries Refs: php/doc-en@be246a268d0d5ab0b215c429cb031e70c98327ef --- language-snippets.ent | 9 ++++++++- .../functions/readline-add-history.xml | 20 ++++++++++++++++++- .../readline-callback-handler-install.xml | 19 +++++++++++++++++- .../functions/readline-clear-history.xml | 20 ++++++++++++++++++- 4 files changed, 64 insertions(+), 4 deletions(-) diff --git a/language-snippets.ent b/language-snippets.ent index b184bbef5..99fc5297c 100755 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -1,5 +1,5 @@ - + @@ -852,6 +852,13 @@ para uma descrição dos contexto '> + + 8.5.0 + + O tipo do retorno agora é &true;; anteriormente, era bool. + +'> + diff --git a/reference/readline/functions/readline-add-history.xml b/reference/readline/functions/readline-add-history.xml index 702dc6c4c..1f700ec28 100644 --- a/reference/readline/functions/readline-add-history.xml +++ b/reference/readline/functions/readline-add-history.xml @@ -1,5 +1,5 @@ - + readline_add_history @@ -37,6 +37,24 @@ &return.true.always; + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + &return.type.true.85; + + + + + + readline_callback_handler_install @@ -57,6 +57,23 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + &return.type.true.85; + + + + + &reftitle.examples; diff --git a/reference/readline/functions/readline-clear-history.xml b/reference/readline/functions/readline-clear-history.xml index 8ce8e63af..a24ab3484 100644 --- a/reference/readline/functions/readline-clear-history.xml +++ b/reference/readline/functions/readline-clear-history.xml @@ -1,5 +1,5 @@ - + readline_clear_history @@ -28,6 +28,24 @@ &return.true.always; + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + &return.type.true.85; + + + + +