From: John Coggeshall Date: Thu, 13 Nov 2003 17:50:39 +0000 (+0000) Subject: Releasing 1.0.... X-Git-Tag: php-5.0.0b3RC1~696 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=365f0638fc238217041c3a72dd4c517388738ca6;p=php Releasing 1.0.... --- diff --git a/ext/tidy/package.xml b/ext/tidy/package.xml index b7f6e26d9b..266cc5d7c6 100644 --- a/ext/tidy/package.xml +++ b/ext/tidy/package.xml @@ -24,21 +24,11 @@ but also traverse the document tree using the Zend Engine 2 OO semantics. PHP - beta - 0.7 - 2003-05-07 + stable + 1.0 + 2003-11-13 - 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. + Fixed a few PHP5-specific bugs when working with node objects. @@ -65,7 +55,7 @@ but also traverse the document tree using the Zend Engine 2 OO semantics. - 5.0.0 + 4.3.0 diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index f584cbd673..c67e29c271 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -146,7 +146,7 @@ zend_module_entry tidy_module_entry = { NULL, PHP_MINFO(tidy), #if ZEND_MODULE_API_NO >= 20010901 - "0.7b", + "1.0", #endif STANDARD_MODULE_PROPERTIES };