History log of /PHP-7.0/ext/tidy/php_tidy.h (Results 51 – 63 of 63)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0b3, php-5.0.0b3RC2
# 48200cbe 18-Dec-2003 foobar

ws & cs


# 48a2b2a3 18-Dec-2003 Wez Furlong

ZTS build and speling fix


Revision tags: php-5.0.0b3RC1
# 39e56b5f 15-Dec-2003 John Coggeshall

Applying some minor fixes / CS changes by ilia


# 3ab29352 14-Dec-2003 John Coggeshall

Tons of changes for Tidy 2.0 -- output buffering, multiple documents,
dual nature ($a->parse_file() and $a = tidy_parse_file()), etc.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# d8eeb8e2 22-Sep-2003 John Coggeshall

Updated test cases and examples and cleaned up the new OO code so it will
be easier to maintain.


# 6b567f80 22-Sep-2003 John Coggeshall

Completely re-wrote the ZE2 OO stuff to do it the proper way. It is not
considerably more stable, cleaner, and looks as if it works well :) This
probably is going to break any scripts which u

Completely re-wrote the ZE2 OO stuff to do it the proper way. It is not
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.

show more ...


# a7b75e20 22-Sep-2003 John Coggeshall

Complete refactoring of the OO support in tidy. Although currently
incomplete, it is a good start.


# 4f6874b3 21-Sep-2003 Ilia Alshanetsky

Added tidy_repair_string() & tidy_repair_file() that allow for quick repair
of files & strings.
Modified tidy_parse_file() to accept include_path parameter.
Fixed a few bugs that may have

Added tidy_repair_string() & tidy_repair_file() that allow for quick repair
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.

show more ...


# 4cd101ab 20-Sep-2003 Ilia Alshanetsky

Tidy Hijacked! Read all about it ;)

* 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.

Tidy Hijacked! Read all about it ;)

* 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.

show more ...


# ce38ec2b 14-Sep-2003 John Coggeshall

Moved things around and added some #ifdefs so that the extension can be used
in PHP 4 (without the ZE2 tree parsing).


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2
# ea72aabf 06-Aug-2003 John Coggeshall

Fix memory leaks


Revision tags: RELEASE_1_2b5, BEFORE_ARG_INFO
# b724930c 01-Aug-2003 John Coggeshall

Fixed a number of memleaks and cleaned up the code a bit.


# 2fb97cdf 01-Aug-2003 John Coggeshall

Adding the tidy extension to PECL


123