For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > April 2006 > cvs: phpdoc /en/install pecl.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/install pecl.xml
Philip Olson

2006-04-30, 9:59 pm

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/phpd...2&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">
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com