summaryrefslogtreecommitdiff
path: root/ext/tidy/php_tidy.h
Commit message (Collapse)AuthorAgeFilesLines
...
* ws & csfoobar2003-12-181-23/+22
|
* ZTS build and speling fixWez Furlong2003-12-181-4/+4
|
* Applying some minor fixes / CS changes by iliaJohn Coggeshall2003-12-151-5/+32
|
* Tons of changes for Tidy 2.0 -- output buffering, multiple documents,John Coggeshall2003-12-141-105/+138
| | | | | dual nature ($a->parse_file() and $a = tidy_parse_file()), etc.
* Updated test cases and examples and cleaned up the new OO code so it willJohn Coggeshall2003-09-221-0/+27
| | | | | be easier to maintain.
* Completely re-wrote the ZE2 OO stuff to do it the proper way. It is notJohn Coggeshall2003-09-221-9/+26
| | | | | | considerably more stable, cleaner, and looks as if it works well :) This probably is going to break any scripts which used it before, but oh well.
* Complete refactoring of the OO support in tidy. Although currentlyJohn Coggeshall2003-09-221-47/+46
| | | | | incomplete, it is a good start.
* Added tidy_repair_string() & tidy_repair_file() that allow for quick repairIlia Alshanetsky2003-09-211-0/+2
| | | | | | | | of files & strings. Modified tidy_parse_file() to accept include_path parameter. Fixed a few bugs that may have allowed configurations directives loaded via a file to carry over across requests.
* Tidy Hijacked! Read all about it ;)Ilia Alshanetsky2003-09-201-14/+13
| | | | | | | | | | | | | | | | | | * 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.
* Moved things around and added some #ifdefs so that the extension can be usedJohn Coggeshall2003-09-141-0/+4
| | | | | in PHP 4 (without the ZE2 tree parsing).
* Fix memory leaksJohn Coggeshall2003-08-061-34/+31
|
* Fixed a number of memleaks and cleaned up the code a bit.John Coggeshall2003-08-011-38/+31
|
* Adding the tidy extension to PECLJohn Coggeshall2003-08-011-0/+200