History log of /PHP-5.5/ext/tidy/tidy.c (Results 101 – 125 of 160)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1
# 5796326d 25-Nov-2004 Ilia Alshanetsky

CS


Revision tags: php-4.3.10RC1
# f85a11f2 14-Nov-2004 Antony Dovgal

fix #30780 (tidy segfaults on 'new tidyNode;')


Revision tags: PRE_NEW_VM_GEN_PATCH
# d5bac133 26-Sep-2004 Ilia Alshanetsky

Return FALSE when file cannot be found.
Specify full paths to the files used for the test.


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 99e343d2 04-Aug-2004 Zeev Suraski

Update prototypes


Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0
# 51ae1cc7 14-Jul-2004 John Coggeshall

Changing the Tidy version to 2.0


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 :)


1234567