From 5ecb9d04afaa0d95ded05a3cb4208d671ebaa900 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 3 Mar 2007 22:31:02 +0000 Subject: [PATCH] Removed 'pear install' in favor of 'pecl install', and used entities to describe how to install (pecl.info) and how to download (url.pecl). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231097 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals/pdo/building.xml | 4 ++-- internals/pdo/packaging.xml | 10 ++++----- internals/pdo/prerequisites.xml | 4 ++-- reference/fileinfo/configure.xml | 9 +++----- reference/net_gopher/configure.xml | 34 +++++++----------------------- reference/oggvorbis/configure.xml | 26 +++++------------------ reference/paradox/configure.xml | 10 ++++----- reference/yaz/configure.xml | 31 ++++++++++++--------------- 8 files changed, 44 insertions(+), 84 deletions(-) diff --git a/internals/pdo/building.xml b/internals/pdo/building.xml index 29c316f48d..702043265f 100644 --- a/internals/pdo/building.xml +++ b/internals/pdo/building.xml @@ -1,5 +1,5 @@ - + Building @@ -20,7 +20,7 @@ diff --git a/internals/pdo/packaging.xml b/internals/pdo/packaging.xml index 7e31e3b5c0..c5a3c5686e 100644 --- a/internals/pdo/packaging.xml +++ b/internals/pdo/packaging.xml @@ -1,5 +1,5 @@ - + Packaging and distribution @@ -10,7 +10,7 @@ package.xml file and then running: This will create a tarball named PDO_SKEL-X.Y.Z.tgz. @@ -23,14 +23,14 @@ $ pear package following invocation: Once this is proven to work, you can test installation: diff --git a/internals/pdo/prerequisites.xml b/internals/pdo/prerequisites.xml index e18f25c86a..75352b60d1 100644 --- a/internals/pdo/prerequisites.xml +++ b/internals/pdo/prerequisites.xml @@ -1,5 +1,5 @@ - + Prerequisites @@ -31,7 +31,7 @@ A working PHP environment version 5.0.3 or higher with a working PEAR extension version 1.3.5 or higher; - A working PDO environment (can be installed using 'sudo pear install PDO'), including the headers which will be needed to access the PDO type definitions and function declarations; + A working PDO environment (can be installed using 'sudo pecl install PDO'), including the headers which will be needed to access the PDO type definitions and function declarations; A good working knowledge of the 'C' programming language; diff --git a/reference/fileinfo/configure.xml b/reference/fileinfo/configure.xml index ecd3049b00..d7fcd3de30 100644 --- a/reference/fileinfo/configure.xml +++ b/reference/fileinfo/configure.xml @@ -1,13 +1,10 @@ - +
&reftitle.install; - A short installation note: just type - -$ pear install fileinfo - - in your console. + &pecl.info; + &url.pecl;fileinfo
diff --git a/reference/net_gopher/configure.xml b/reference/net_gopher/configure.xml index af419e9afc..6dfaf2ec73 100644 --- a/reference/net_gopher/configure.xml +++ b/reference/net_gopher/configure.xml @@ -1,32 +1,14 @@ - +
&reftitle.install; - - Net_Gopher is installed through the usual PECL package installation process. - - - - - Prerequisite: PHP 4.3.0. - - - - - -$ pear install Net_Gopher - - - - - - Copy the resulting gopher.so to an appropriate location - and add extension=gopher.so to your &php.ini; - file or load it dynamically in your PHP script using - dl("gopher.so"); - - - + + Prerequisite: PHP 4.3.0 or higher. + + + &pecl.info; + &url.pecl;net_gopher +
+
&reftitle.install; - - oggvorbis is installed through the usual PECL package installation process. - - - - - -$ pear install oggvorbis - - - - - - Copy the resulting oggvorbis.so to an appropriate - location and add extension=oggvorbis.so to your - &php.ini; file or load it dynamically in your PHP script using - dl('oggvorbis.so'); - - - + + &pecl.info; + &url.pecl;oggvorbis +
diff --git a/reference/paradox/configure.xml b/reference/paradox/configure.xml index 5d6626c094..2822a2772d 100644 --- a/reference/paradox/configure.xml +++ b/reference/paradox/configure.xml @@ -1,12 +1,12 @@ - +
&reftitle.install; - A short installation note: just type - -$ pear install paradox - + &pecl.info; + &url.pecl;paradox + + in your console. Make sure you have pxlib installed before. If you install pxlib from an rpm or debian package, do not forget to install the development package as well. diff --git a/reference/yaz/configure.xml b/reference/yaz/configure.xml index b26f224597..981c202b6a 100644 --- a/reference/yaz/configure.xml +++ b/reference/yaz/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -35,24 +35,21 @@ sudo make install For PHP 5, the YAZ extension is in PECL and is installed as a shared object/dll. If you have pear installed the easiest way to download, configure and - install the YAZ extension is by using the pear command. + install the YAZ extension is by using the pecl command. - - Installation of PECL YAZ on GNU/Debian Linux - - - - On a Debian GNU/Linux system the following installs YAZ and PECL YAZ: - - - - - - On Windows, php_yaz.dll depend on + Installation of YAZ on Linux + + + &pecl.info; + &url.pecl;yaz + + + Installation on Windows systems + + + &pecl.windows.download; + php_yaz.dll depends on yaz.dll. The yaz.dll is part of the Win32 ZIP from the PHP site. It is also part of the Windows YAZ install available from the