]> granicus.if.org Git - php/commitdiff
Forgot package.xml
authorJohn Coggeshall <john@php.net>
Mon, 22 Sep 2003 18:45:46 +0000 (18:45 +0000)
committerJohn Coggeshall <john@php.net>
Mon, 22 Sep 2003 18:45:46 +0000 (18:45 +0000)
ext/tidy/package.xml

index d5c186ebcea8e28ffb993f4c7525efeb681aa2da..b7f6e26d9b34137ae022bd29afa02e5fd6b2acf4 100644 (file)
@@ -25,10 +25,20 @@ but also traverse the document tree using the Zend Engine 2 OO semantics.
  <license>PHP</license>
  <release>
   <state>beta</state>
-  <version>0.5.3</version>
+  <version>0.7</version>
   <date>2003-05-07</date>
   <notes>
-    Bugfixes and updates for the changes in ZE2
+    The tidy extension now works in PHP4 for most tasks, only the parsing
+    abilities of the extension are not available (ZE2 only). The OO portions
+    of the extension have been completely re-written and are now stable and
+    work quite well. 
+
+    The way all tidy functions work has also changed slightly. Instead of
+    calling tidy_create() to create a tidy resource, the tidy resource is
+    stored internally and used as needed. Thus, all tidy functions no longer
+    need the initial $tidy parameter to function. If you'd like to reset
+    tidy to an initial state, you can still call tidy_create(). This change
+    was done to make tidy faster per-request. 
   </notes>
   <configureoptions>
     <configureoption name="with-tidy" default="autodetect" prompt="Tidy library installation dir?"/>