nlopess Wed Mar 10 12:16:34 2004 EDT
Modified files:
/phpdoc/en/reference/tidy configure.xml
Log:
installation in PHP 5
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/configure.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/tidy/configure.xml
diff -u phpdoc/en/reference/tidy/configure.xml:1.4
phpdoc/en/reference/tidy/configure.xml:1.5
--- phpdoc/en/reference/tidy/configure.xml:1.4 Sun Jan 18 06:26:49 2004
+++ phpdoc/en/reference/tidy/configure.xml Wed Mar 10 12:16:34 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<section id="tidy.installation">
&reftitle.install;
<para>
@@ -20,7 +20,7 @@
<para>
You can always download the tar.gz package and install tidy by hand:
<example>
- <title>tidy install by hand</title>
+ <title>tidy install by hand in PHP 4.3.x</title>
<programlisting role="shell">
<![CDATA[
gunzip tidy-xxx.tgz
@@ -36,6 +36,10 @@
Windows users can download the extension dll <filename>php_tidy.dll</filename>
from <ulink url="&url.pecl.get.win;">&url.pecl.get.win;</ulink>.
</para>
+ <para>
+ In PHP 5 you need only to compile using the <literal>--with-tidy</literal>
+ option.
+ </para>
</section>
<!-- Keep this comment at the end of the file