History log of /PHP-5.5/ext/tidy/tidy.c (Results 126 – 150 of 160)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c6994596 14-Jan-2004 Wez Furlong

fix crash when throwing an exception


# f3932751 14-Jan-2004 John Coggeshall

Apparently MSVC is not C99 compatible making variable marco arguments
in the TIDY_THROW() marco broken in (at least) Win32. This provides a suitable
workaround for non-C99 compatible compiler

Apparently MSVC is not C99 compatible making variable marco arguments
in the TIDY_THROW() marco broken in (at least) Win32. This provides a suitable
workaround for non-C99 compatible compilers.

show more ...


# 60489070 14-Jan-2004 John Coggeshall

With the approval of Andi, changing the Tidy API to reduce the possible
amount of confusion when setting Tidy configuration options. All
configuration must now be done pre-parsing of the docu

With the approval of Andi, changing the Tidy API to reduce the possible
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.

show more ...


Revision tags: php-4.3.5RC1
# 962edd2d 08-Jan-2004 John Coggeshall

tidy_repair_string/file() don't get called from an existing tidy resource.


# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# 64e40422 08-Jan-2004 Frank M. Kromann

Fix ZTS build


# 03c09f20 06-Jan-2004 foobar

no need for double #include of same header file


# d900d737 06-Jan-2004 John Coggeshall

Added an optional array parameter to tidy_parse_file/string to
fix a bug. Apparently some libtidy config options must be set
prior to parsing in order to work properly.


# cb6e4c5e 23-Dec-2003 Wez Furlong

Fix segfault in ZTS mode


Revision tags: php-5.0.0b3, php-5.0.0b3RC2
# 90a5af75 19-Dec-2003 Ilia Alshanetsky

Fixed memory leak in tidy_getopt() when fetching string values.
Removed unnecessary check in tidy_diagnose().


# 48200cbe 18-Dec-2003 foobar

ws & cs


# 48a2b2a3 18-Dec-2003 Wez Furlong

ZTS build and speling fix


Revision tags: php-5.0.0b3RC1
# 664268b0 17-Dec-2003 Ilia Alshanetsky

Always user Zend memory allocation wrappers.


# b6a3f48d 15-Dec-2003 Ilia Alshanetsky

Always set panic call handler, allows us to address critical libtidy errors
from inside PHP.
When memory_limit is enabled use e* memory allocation macros to control
memory usage.


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


# 089aa363 01-Dec-2003 Ilia Alshanetsky

Remove debug code.


# 365f0638 13-Nov-2003 John Coggeshall

Releasing 1.0....


# 5d0f70a0 03-Nov-2003 John Coggeshall

Should've added a few more cases to that bugfix switch.


# 8a36e954 03-Nov-2003 John Coggeshall

Fixed a bug -- Nodes of certain types don't actually have ID values and PHP
would segv trying to read one.


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
# bca08dab 25-Sep-2003 John Coggeshall

Fixed a --enable-maintainer-zts glitch where TSRMLS_DC was being used
unnecessarily.


Revision tags: 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.


# 5927b508 21-Sep-2003 Ilia Alshanetsky

Fix ZTS build.


1234567