summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2005-11-07 16:27:16 +0000
committerMichael Wallner <mike@php.net>2005-11-07 16:27:16 +0000
commit0225a863a32e481ca6e941b7c20672b3c50709f2 (patch)
tree4ecac7d5d82c870e643322f1f7644025059fd418
parentea83e13daa1c1b8527106107d2eb85de4f2d3131 (diff)
downloadphp-git-0225a863a32e481ca6e941b7c20672b3c50709f2.tar.gz
- release 1.2
-rw-r--r--ext/tidy/package.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/tidy/package.xml b/ext/tidy/package.xml
index f98c07e852..17c1037455 100644
--- a/ext/tidy/package.xml
+++ b/ext/tidy/package.xml
@@ -19,8 +19,9 @@
</maintainers>
<description>
Tidy is a binding for the Tidy HTML clean and repair utility which
-allows you to not only clean and otherwise manipluate HTML documents,
-but also traverse the document tree using the Zend Engine 2 OO semantics.
+allows you to clean and manipluate HTML documents.
+
+NOTE: This is the PHP4 version!
</description>
<license>PHP</license>
<release>
@@ -28,7 +29,7 @@ but also traverse the document tree using the Zend Engine 2 OO semantics.
<version>1.2</version>
<date>2005-10-00</date>
<notes>
- Fixed bug #4202 tidy is not binary safe
+Fixed bug #4202 tidy is not binary safe
</notes>
<configureoptions>
<configureoption name="with-tidy" default="autodetect" prompt="Tidy library installation dir?"/>
@@ -53,7 +54,7 @@ but also traverse the document tree using the Zend Engine 2 OO semantics.
<file role="test" name="tests/007.phpt"/>
</filelist>
<deps>
- <dep type="php" rel="ge">4.3.0</dep>
+ <dep type="php" rel="ge" version="4.3.0"/>
</deps>
</release>
</package>