From 2c6d097f1f83ce1066de470282c43c2ab152c116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 26 Oct 2022 00:30:41 +0200 Subject: [PATCH 1/2] Add ext/random to manual.xml.in see php/doc-en#1916 --- manual.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/manual.xml.in b/manual.xml.in index 94a61c9193..b5a40cf03c 100644 --- a/manual.xml.in +++ b/manual.xml.in @@ -302,6 +302,7 @@ &reference.lua.book; &reference.luasandbox.book; &reference.misc.book; + &reference.random.book; &reference.seaslog.book; &reference.spl.book; &reference.stream.book; From 159884a9e67a915958e30d4754c1e4feab74ff87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 26 Oct 2022 12:58:27 +0200 Subject: [PATCH 2/2] Remove the CSPRNG book from manual.xml.in --- manual.xml.in | 1 - 1 file changed, 1 deletion(-) diff --git a/manual.xml.in b/manual.xml.in index b5a40cf03c..39678597fe 100644 --- a/manual.xml.in +++ b/manual.xml.in @@ -179,7 +179,6 @@ &CryptographyExtensions; - &reference.csprng.book; &reference.hash.book; &reference.mcrypt.book; &reference.mhash.book;