Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need for exception function, and renamed the 'error_buf' prop to | John Coggeshall | 2004-04-20 | 1 | -26/+3 |
| | | | | | errorBuffer to conform with the rest of the ext. | ||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2004-04-20 | 1 | -2/+2 |
| | |||||
* | Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNING | John Coggeshall | 2004-04-18 | 2 | -18/+14 |
| | |||||
* | Fixed construct bug and Windows build. | John Coggeshall | 2004-04-16 | 1 | -9/+13 |
| | |||||
* | - Fix initializations | Derick Rethans | 2004-04-16 | 1 | -2/+2 |
| | |||||
* | Modified error handling: | John Coggeshall | 2004-04-16 | 1 | -14/+32 |
| | | | | | | | | | - 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. | ||||
* | Declare variables before calling functions. This makes tidy compile on Win32. | Frank M. Kromann | 2004-04-14 | 1 | -7/+5 |
| | |||||
* | - Removed things related to attribute classes / consts which no | John Coggeshall | 2004-04-12 | 2 | -33/+40 |
| | | | | | | | | | 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. | ||||
* | export libtidy symbols | Wez Furlong | 2004-03-22 | 2 | -0/+295 |
| | |||||
* | Fix typo | foobar | 2004-02-26 | 1 | -2/+2 |
| | |||||
* | - Moved internally used includes/macros/structs/etc. into tidy.c to prevent | foobar | 2004-02-23 | 2 | -186/+186 |
| | | | | | | | any conflicts with any other library/header/extension. # Never EVER put this stuff in extension's php_*.h file if possible! | ||||
* | - silence warning | Jan Lehnardt | 2004-02-14 | 1 | -1/+1 |
| | |||||
* | zend_default_classes.h -> zend_exceptions.h | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | Updating tests that got left behind when we changed to studlyCaps | John Coggeshall | 2004-02-05 | 4 | -6/+7 |
| | | | | | and fixed another test | ||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 2 | -3/+3 |
| | |||||
* | - Update examples to studlyCaps syntax | Pierre Joye | 2004-01-22 | 2 | -7/+5 |
| | |||||
* | Moving the OO syntax to studlyCaps. | John Coggeshall | 2004-01-21 | 2 | -44/+44 |
| | | | | | I am *not* changing this back :) | ||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | - Fix the php dependency | Pierre Joye | 2004-01-15 | 1 | -1/+1 |
| | | | | | (wide copy/paste is not that good no? ;) ) | ||||
* | fix crash when throwing an exception | Wez Furlong | 2004-01-14 | 1 | -0/+1 |
| | |||||
* | - Fix package.xml file | Pierre Joye | 2004-01-14 | 1 | -2/+2 |
| | |||||
* | Apparently MSVC is not C99 compatible making variable marco arguments | John Coggeshall | 2004-01-14 | 2 | -0/+27 |
| | | | | | | in the TIDY_THROW() marco broken in (at least) Win32. This provides a suitable workaround for non-C99 compatible compilers. | ||||
* | Doh.. snuck by me! | John Coggeshall | 2004-01-14 | 1 | -0/+1 |
| | |||||
* | Forgot to add these tests | John Coggeshall | 2004-01-14 | 4 | -0/+49 |
| | |||||
* | With the approval of Andi, changing the Tidy API to reduce the possible | John Coggeshall | 2004-01-14 | 15 | -1035/+270 |
| | | | | | | | | 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. | ||||
* | This was way out of date. | John Coggeshall | 2004-01-12 | 1 | -107/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | tidy_repair_string/file() don't get called from an existing tidy resource. | John Coggeshall | 2004-01-08 | 1 | -22/+33 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | Fix ZTS build | Frank M. Kromann | 2004-01-08 | 2 | -8/+12 |
| | |||||
* | no need for double #include of same header file | foobar | 2004-01-06 | 1 | -2/+1 |
| | |||||
* | Added an optional array parameter to tidy_parse_file/string to | John Coggeshall | 2004-01-06 | 5 | -50/+124 |
| | | | | | | fix a bug. Apparently some libtidy config options must be set prior to parsing in order to work properly. | ||||
* | Added examples for tidy v2.0 (in PHP5) and a few more tests.. | John Coggeshall | 2004-01-03 | 12 | -0/+1194 |
| | |||||
* | Fix segfault in ZTS mode | Wez Furlong | 2003-12-23 | 1 | -2/+2 |
| | |||||
* | Make these build with new win32 build system. | Wez Furlong | 2003-12-19 | 1 | -0/+19 |
| | |||||
* | Fixed memory leak in tidy_getopt() when fetching string values. | Ilia Alshanetsky | 2003-12-19 | 1 | -3/+1 |
| | | | | | Removed unnecessary check in tidy_diagnose(). | ||||
* | Fixed tidy tests. | Ilia Alshanetsky | 2003-12-19 | 6 | -45/+77 |
| | |||||
* | ws & cs | foobar | 2003-12-18 | 3 | -361/+374 |
| | |||||
* | ZTS build and speling fix | Wez Furlong | 2003-12-18 | 2 | -23/+21 |
| | |||||
* | Always user Zend memory allocation wrappers. | Ilia Alshanetsky | 2003-12-17 | 1 | -4/+1 |
| | |||||
* | Always set panic call handler, allows us to address critical libtidy errors | Ilia Alshanetsky | 2003-12-15 | 1 | -5/+5 |
| | | | | | | | from inside PHP. When memory_limit is enabled use e* memory allocation macros to control memory usage. | ||||
* | Applying some minor fixes / CS changes by ilia | John Coggeshall | 2003-12-15 | 2 | -758/+339 |
| | |||||
* | Modified package.xml to reflect 2.0's beta status | John Coggeshall | 2003-12-14 | 1 | -5/+5 |
| | |||||
* | Tons of changes for Tidy 2.0 -- output buffering, multiple documents, | John Coggeshall | 2003-12-14 | 4 | -831/+1459 |
| | | | | | dual nature ($a->parse_file() and $a = tidy_parse_file()), etc. | ||||
* | Remove debug code. | Ilia Alshanetsky | 2003-12-01 | 1 | -2/+3 |
| | |||||
* | Releasing 1.0.... | John Coggeshall | 2003-11-13 | 2 | -16/+6 |
| | |||||
* | Should've added a few more cases to that bugfix switch. | John Coggeshall | 2003-11-03 | 1 | -0/+3 |
| | |||||
* | Fixed a bug -- Nodes of certain types don't actually have ID values and PHP | John Coggeshall | 2003-11-03 | 1 | -1/+8 |
| | | | | | would segv trying to read one. | ||||
* | Fixed a --enable-maintainer-zts glitch where TSRMLS_DC was being used | John Coggeshall | 2003-09-25 | 2 | -3/+4 |
| | | | | | unnecessarily. | ||||
* | Forgot package.xml | John Coggeshall | 2003-09-22 | 1 | -2/+12 |
| |