Skip to content

Commit 0225a86

Browse files
committed
- release 1.2
1 parent ea83e13 commit 0225a86

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ext/tidy/package.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@
1919
</maintainers>
2020
<description>
2121
Tidy is a binding for the Tidy HTML clean and repair utility which
22-
allows you to not only clean and otherwise manipluate HTML documents,
23-
but also traverse the document tree using the Zend Engine 2 OO semantics.
22+
allows you to clean and manipluate HTML documents.
23+
24+
NOTE: This is the PHP4 version!
2425
</description>
2526
<license>PHP</license>
2627
<release>
2728
<state>stable</state>
2829
<version>1.2</version>
2930
<date>2005-10-00</date>
3031
<notes>
31-
Fixed bug #4202 tidy is not binary safe
32+
Fixed bug #4202 tidy is not binary safe
3233
</notes>
3334
<configureoptions>
3435
<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.
5354
<file role="test" name="tests/007.phpt"/>
5455
</filelist>
5556
<deps>
56-
<dep type="php" rel="ge">4.3.0</dep>
57+
<dep type="php" rel="ge" version="4.3.0"/>
5758
</deps>
5859
</release>
5960
</package>

0 commit comments

Comments
 (0)