]> granicus.if.org Git - php/commitdiff
Modified package.xml to reflect 2.0's beta status
authorJohn Coggeshall <john@php.net>
Sun, 14 Dec 2003 06:04:51 +0000 (06:04 +0000)
committerJohn Coggeshall <john@php.net>
Sun, 14 Dec 2003 06:04:51 +0000 (06:04 +0000)
ext/tidy/package.xml

index 9117d87cb77883e148e1a3c5044d2adcb4251d40..342f003ec3ba4fea3b0160a87c2c9816ea1e0abf 100644 (file)
@@ -24,11 +24,12 @@ but also traverse the document tree using the Zend Engine 2 OO semantics.
  </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?"/>
@@ -39,7 +40,6 @@ but also traverse the document tree using the Zend Engine 2 OO semantics.
    <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"/>
@@ -56,7 +56,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">5.0.0</dep>
   </deps>
  </release>
 </package>