History log of /PHP-7.4/ext/tidy/tidy.c (Results 176 – 200 of 230)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.8
# e4e71fd8 24-Jun-2004 Ilia Alshanetsky

MFB: Fixed bug #1713 (possible crash inside tidy_get_error_buffer()).


# 49fb6260 08-Jun-2004 Ilia Alshanetsky

Fixed bug #1580 (Tidy configuration settings leak memory).


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# 6b02a01c 28-May-2004 John Coggeshall

'tidy' should not be final, but 'tidyNode' should be.


Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1
# e4c5e856 23-May-2004 Ilia Alshanetsky

Fixed leaks on fatal errors in tidy.


Revision tags: RELEASE_0_1_1
# 69b71241 11-May-2004 Ilia Alshanetsky

Reset opt_name to NULL to ensure it's not re-used if numeric keys can be
found inside the options array.


# 399022f3 09-May-2004 John Coggeshall

Renamed tidy_node to tidyNode, removed the tidy_exception class and updated
the tests.


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2
# 8e1391ce 20-Apr-2004 John Coggeshall

No need for exception function, and renamed the 'error_buf' prop to
errorBuffer to conform with the rest of the ext.


# 39f820b8 20-Apr-2004 Ilia Alshanetsky

Fixed compiler warnings.


# 544cdffd 18-Apr-2004 John Coggeshall

Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNING


# ba43e31e 16-Apr-2004 John Coggeshall

Fixed construct bug and Windows build.


# 2ed9c955 16-Apr-2004 Derick Rethans

- Fix initializations


# 1fb0de4a 16-Apr-2004 John Coggeshall

Modified error handling:

- Trivial errors have been reduced to E_NOTICEs if possible
- Bad, but not script-stopping errors (i.e. file not file) are E_WARNING
- Truly bad things

Modified error handling:

- Trivial errors have been reduced to E_NOTICEs if possible
- Bad, but not script-stopping errors (i.e. file not file) are E_WARNING
- Truly bad things that make the extension unusable are not E_ERROR

Exceptions are thrown only in a OO context for E_WARNINGs.

show more ...


# 6ba2e4bc 14-Apr-2004 Frank M. Kromann

Declare variables before calling functions. This makes tidy compile on Win32.


Revision tags: php-4.3.6, php-5.0.0RC2RC1
# 9b21e0d0 12-Apr-2004 John Coggeshall

- Removed things related to attribute classes / consts which no
longer exist in Tidy
- Changed protos in comment blocks to studlyCaps
- Fixed problem where Tidy would throw exceptions i

- Removed things related to attribute classes / consts which no
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.

show more ...


Revision tags: php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# c9d3f325 26-Feb-2004 foobar

Fix typo


# 9b13b215 23-Feb-2004 foobar

- Moved internally used includes/macros/structs/etc. into tidy.c to prevent
any conflicts with any other library/header/extension.

# Never EVER put this stuff in extension's php_*.h fi

- Moved internally used includes/macros/structs/etc. into tidy.c to prevent
any conflicts with any other library/header/extension.

# Never EVER put this stuff in extension's php_*.h file if possible!

show more ...


Revision tags: php-4.3.5RC3
# 905f4e98 14-Feb-2004 Jan Lehnardt

- silence warning


Revision tags: php-5.0.0b4
# 30171a75 12-Feb-2004 Zeev Suraski

zend_default_classes.h -> zend_exceptions.h


Revision tags: php-5.0.0b4RC1
# 8424be84 04-Feb-2004 Zeev Suraski

- Update with new destructor code


Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 1bad08a8 21-Jan-2004 John Coggeshall

Moving the OO syntax to studlyCaps.

I am *not* changing this back :)


# 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


12345678910