History log of /PHP-5.5/ext/tidy/tidy.c (Results 151 – 160 of 160)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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
# a123efb6 07-Aug-2003 John Coggeshall

Whitespace fixes.


Revision tags: php-4.3.3RC3
# a8356a0d 06-Aug-2003 John Coggeshall

Keeping up with ZE changes to the function struct, fixed tests


Revision tags: RELEASE_0_5_2
# 4c282bee 06-Aug-2003 John Coggeshall

ZTS fixes.


# ea72aabf 06-Aug-2003 John Coggeshall

Fix memory leaks


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

Segfault fix.


# 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


1234567