philip Mon May 1 01:01:54 2006 UTC
Modified files:
/phpdoc/en/install pecl.xml
Log:
Mention when phpize might not exist, and why
http://cvs.php.net/viewcvs.cgi/phpdoc/en/install/pecl.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.11 phpdoc/en/install/pecl.xml:1.12
--- phpdoc/en/install/pecl.xml:1.11 Sat Feb 11 20:44:08 2006
+++ phpdoc/en/install/pecl.xml Mon May 1 01:01:53 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<chapter id="install.pecl">
<title>Installation of PECL extensions</title>
@@ -186,6 +186,16 @@
to and adjust &php.ini; and add an <literal>extension=extname.so</literal>
line before you can use the extension.
</simpara>
+ <simpara>
+ If the system is missing the <literal>phpize</literal> command, and
precompiled
+ packages (like RPM's) are used, be sure to also install the appropriate
+ <literal>devel</literal> version of the PHP package as they often include
the
+ <literal>phpize</literal> command along with the appropriate header files
to
+ build PHP and its extensions.
+ </simpara>
+ <simpara>
+ Execute <literal>phpize --help</literal> to display additional usage
information.
+ </simpara>
</sect1>
<sect1 id="install.pecl.static">