summaryrefslogtreecommitdiff
path: root/ext/tidy/php_tidy.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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