From e5406815038c70f8563b6354652da81af3f6b15b Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Mon, 2 Dec 2024 19:11:36 +0000 Subject: [PATCH] Use CDATA tags for content of screen tags --- install/pecl.xml | 58 ++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/install/pecl.xml b/install/pecl.xml index 15b2cf34212a..a63a7970e455 100644 --- a/install/pecl.xml +++ b/install/pecl.xml @@ -99,11 +99,11 @@ To download straight from SVN, the following sequence of commands may be used: - - + + - +]]> + @@ -331,11 +331,11 @@ Loaded Configuration File C:\Program Files\PHP\8.2\php.ini pecl command, do the following: - - + + - +]]> + This will download the source for extname, compile, and install extname.so into the @@ -352,19 +352,19 @@ $ pecl install extname a beta package may be installed using the following command: - - + + - +]]> + A specific version may also be installed using this variant: - - + + - +]]> + After enabling the extension in &php.ini;, restarting the web service is @@ -558,17 +558,17 @@ $ mv extname-x.x.x extname This will result in the following directory: - - - /path/to/php/src/dir/ext/extname - - + + + From here, PHP needs to be forced to rebuild the configure script, and then it can be built as normal: - - + + - +]]> + To run the buildconf script, the @@ -601,11 +601,11 @@ $ make install . To be sure, run the following after buildconf: - - + + - +]]> +