cvs: peardoc /en/pyrus/differences frompear.xml
[email protected] ("Greg Beaver")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvscellog1245952751@cvsserver> |
cellog Thu Jun 25 17:59:11 2009 UTC
Modified files:
/peardoc/en/pyrus/differences frompear.xml
Log:
add another nice perk of separating building from installation in pecl packages
http://cvs.php.net/viewvc.cgi/peardoc/en/pyrus/differences/frompear.xml?r1=1.7&r2=1.8&diff_format=u
Index: peardoc/en/pyrus/differences/frompear.xml
diff -u peardoc/en/pyrus/differences/frompear.xml:1.7 peardoc/en/pyrus/differences/frompear.xml:1.8
--- peardoc/en/pyrus/differences/frompear.xml:1.7 Thu Jun 25 15:02:20 2009
+++ peardoc/en/pyrus/differences/frompear.xml Thu Jun 25 17:59:11 2009
@@ -360,6 +360,11 @@
variable, and thus makes it possible to debug problems or even apply patches
to the source and re-build.
</para>
+ <para>
+ In addition, because installation is separate from the actual building, PECL
+ packages can now implement post-install scripts to handle truly complex
+ configuration of extensions beyond what configure options can handle.
+ </para>
</section>
<section>
<title>PECL build</title>