From 49c11d91bf61abfa895cd8300ef56988cce6ebbf Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 9 Jun 2026 10:28:14 +0200 Subject: [PATCH] [Sync EN] PHP 8.5 changelog entries for readline functions (#5594) Refs: php/doc-en@be246a268d0d5ab0b215c429cb031e70c98327ef Closes: #319 --- 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 a793d71a7..ef32e95ec 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -1,5 +1,5 @@ - + @@ -874,6 +874,13 @@ Dateinamen gesucht.'> '> + + 8.5.0 + + Der Rückgabewert ist nun &true; vorher war es bool. + +'> + diff --git a/reference/readline/functions/readline-add-history.xml b/reference/readline/functions/readline-add-history.xml index 00a13601a..1fc376a63 100644 --- a/reference/readline/functions/readline-add-history.xml +++ b/reference/readline/functions/readline-add-history.xml @@ -1,5 +1,5 @@ - + @@ -38,6 +38,24 @@ &return.true.always; + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + &return.type.true.85; + + + + + + @@ -59,6 +59,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 effc12294..f437e240f 100644 --- a/reference/readline/functions/readline-clear-history.xml +++ b/reference/readline/functions/readline-clear-history.xml @@ -1,5 +1,5 @@ - + @@ -29,6 +29,24 @@ &return.true.always; + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + &return.type.true.85; + + + + +