| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
longer exist in Tidy
- Changed protos in comment blocks to studlyCaps
- Fixed problem where Tidy would throw exceptions if called from
a procedural context. Tidy will now cause E_ERRORs if called from
procedural form.
|
|
|
|
|
|
|
| |
any conflicts with any other library/header/extension.
# Never EVER put this stuff in extension's php_*.h file if possible!
|
| |
|
|
|
|
|
| |
I am *not* changing this back :)
|
|
|
|
|
|
| |
in the TIDY_THROW() marco broken in (at least) Win32. This provides a suitable
workaround for non-C99 compatible compilers.
|
|
|
|
|
|
|
|
| |
amount of confusion when setting Tidy configuration options. All
configuration must now be done pre-parsing of the document. Removed
references to the tidy_attr class, as it is no longer used (since tidy 2.0)
and made tidy throw exceptions for all truly non-fatal errors.
|
|
|
|
|
| |
# Should the LICENSE and Zend/LICENSE dates be updated too?
|
| |
|
|
|
|
|
|
| |
fix a bug. Apparently some libtidy config options must be set
prior to parsing in order to work properly.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
dual nature ($a->parse_file() and $a = tidy_parse_file()), etc.
|
|
|
|
|
| |
be easier to maintain.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
incomplete, it is a good start.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
in PHP 4 (without the ZE2 tree parsing).
|
| |
|
| |
|
|
|