</description>
<license>PHP</license>
<release>
- <state>stable</state>
- <version>1.0</version>
+ <state>beta</state>
+ <version>2.0-dev</version>
<date>2003-11-13</date>
<notes>
- Fixed a few PHP5-specific bugs when working with node objects.
+ Major API changes for PHP 5.0, including the re-introduction of resources, output buffering support,
+ dual-nature syntax (tidy_clean_repair($tidy_res) or $tidy->clean_repair()) and more.
</notes>
<configureoptions>
<configureoption name="with-tidy" default="autodetect" prompt="Tidy library installation dir?"/>
<file role="src" name="php_tidy.h"/>
<file role="doc" name="CREDITS"/>
- <file role="doc" name="README"/>
<file role="doc" name="TODO"/>
<file role="doc" name="examples/cleanhtml.php"/>
<file role="doc" name="examples/dumpit.php"/>
<file role="test" name="tests/007.phpt"/>
</filelist>
<deps>
- <dep type="php" rel="ge">4.3.0</dep>
+ <dep type="php" rel="ge">5.0.0</dep>
</deps>
</release>
</package>