summaryrefslogtreecommitdiff
path: root/ext/tidy/package.xml
Commit message (Collapse)AuthorAgeFilesLines
* - Fix the php dependencyPierre Joye2004-01-151-1/+1
| | | | | (wide copy/paste is not that good no? ;) )
* - Fix package.xml filePierre Joye2004-01-141-2/+2
|
* Modified package.xml to reflect 2.0's beta statusJohn Coggeshall2003-12-141-5/+5
|
* Tons of changes for Tidy 2.0 -- output buffering, multiple documents,John Coggeshall2003-12-141-2/+3
| | | | | dual nature ($a->parse_file() and $a = tidy_parse_file()), etc.
* Releasing 1.0....John Coggeshall2003-11-131-15/+5
|
* Forgot package.xmlJohn Coggeshall2003-09-221-2/+12
|
* Tidy Hijacked! Read all about it ;)Ilia Alshanetsky2003-09-201-0/+6
| | | | | | | | | | | | | | | | | | * No more tidy resources, it's now persistent and internal. This helps speed quite a bit, since the tidy resource only needs to be initialized once. * Replace common code with macros. * Added necessary safe_mode & open_basedir checks when working with files. * Added ini option to allow loading of config file on startup. * Show current configuration in phpinfo(); * Coding Style Cleanup * Added tidy_get_config(), returns an associated array with all configuration values. * Added tidy_reset_config(), it restores tidy configuration to default values. * Fixed a possible crash inside tidy_setopt(). * Added myself to the credits. More changes to follow.
* Updating TODOJohn Coggeshall2003-08-151-3/+3
|
* PEAR packaging detailsJohn Coggeshall2003-08-061-6/+9
|
* Adding the tidy extension to PECLJohn Coggeshall2003-08-011-0/+55