From 8cd08f7e9db6e838c653036035555c852b355ec1 Mon Sep 17 00:00:00 2001 From: John Coggeshall Date: Mon, 22 Sep 2003 18:45:46 +0000 Subject: [PATCH] Forgot package.xml --- ext/tidy/package.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ext/tidy/package.xml b/ext/tidy/package.xml index d5c186ebce..b7f6e26d9b 100644 --- a/ext/tidy/package.xml +++ b/ext/tidy/package.xml @@ -25,10 +25,20 @@ but also traverse the document tree using the Zend Engine 2 OO semantics. PHP beta - 0.5.3 + 0.7 2003-05-07 - 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. -- 2.40.0