mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
installation in PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153360 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2225a342ae
commit
753650ead9
1 changed files with 6 additions and 2 deletions
|
@ -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 @@ phpize
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue