summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-032-2/+2
|
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
|
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-303-3/+3
|
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-211-1/+1
|\ | | | | | | | | * PHP-5.3: Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt
| * Fix bug #62066 Test Bug - ext/tidy/tests/004.phptMatt Ficken2012-05-211-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-1/+1
|\ \ | |/ | | | | | | | | | | | | * PHP-5.3: Fix bug 61676 ext\tidy\tests\bug54682.phpt fails Conflicts: ext/tidy/tests/bug54682.phpt
| * Fix bug 61676 ext\tidy\tests\bug54682.phpt failsAnatoliy Belsky2012-04-161-1/+1
| |
| * fix bug #54682 (tidy null pointer dereference)Antony Dovgal2012-02-072-3/+7
| |
| * minor tweak to warning to fix the bug54682.phpt testNuno Lopes2012-01-231-1/+1
| |
| * revert r319254 (fix bug #54682) since it is not correctNuno Lopes2012-01-212-6/+20
| | | | | | | | | | add test that was broken with that patch. this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)Felipe Pena2011-11-152-1/+14
| |
| * - force LF (svn prop and config)Pierre Joye2011-09-074-11/+12
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
| |
| * - keep node creation checkPierre Joye2011-04-251-1/+1
| |
| * - keep inode creation checkPierre Joye2011-04-251-0/+4
| |
| * - fix use of unitiliazed varPierre Joye2011-04-241-3/+3
| |
| * - Year++Felipe Pena2011-01-012-2/+2
| |
| * - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-181-2/+14
| | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
* | fix bug #54682 (tidy null pointer dereference)Antony Dovgal2012-02-071-2/+6
| |
* | revert r319254 (fix bug #54682) since it is not correctNuno Lopes2012-01-212-6/+20
| | | | | | | | | | add test that was broken with that patch. this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though
* | - Year++Felipe Pena2012-01-012-2/+2
| |
* | - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)Felipe Pena2011-11-152-1/+14
| |
* | - force LF (svn prop and config)Pierre Joye2011-09-074-11/+12
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
| |
* | Don't expect a path for tidy_repair_string() and fix the testsRasmus Lerdorf2011-06-123-6/+8
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-4/+4
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | - keep node creation checkPierre Joye2011-04-251-1/+1
| |
* | - keep inode creation checkPierre Joye2011-04-251-0/+4
| |
* | - fix use of unitiliazed varPierre Joye2011-04-241-3/+3
| |
* | - Year++Felipe Pena2011-01-012-2/+2
| |
* | * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-312-105/+150
| | | | | | | | | | | | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
* | Fixed compatibility with "Run Time Cache" patchDmitry Stogov2010-05-251-0/+12
| |
* | Added caches to eliminate repeatable run-time bindings of functions, ↵Dmitry Stogov2010-05-241-3/+1
| | | | | | | | classes, constants, methods and properties
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+108
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-5/+4
| | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-108/+0
|/ | | | anymore and are barely updated nor available for all extensions
* - Reverted r296062 and r296065Jani Taskinen2010-03-122-268/+217
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-112-217/+268
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* Add a test for tidyNode::__construct()Pierrick Charron2009-12-291-0/+12
|
* Set the tidyNode constructor privatePierrick Charron2009-12-282-1/+2
|
* Changed tidyNode class to disallow manual node creation.Pierrick Charron2009-12-253-22/+10
|
* Fixed bug #50558 (Broken object model when extending tidy)Pierrick Charron2009-12-252-15/+28
|
* Merging last tests made in HEADPatrick Allaert2009-09-016-0/+120
|
* test for /ext/tidy from stefan priebschZoe Slattery2009-03-161-0/+41
|
* - Fixed testsFelipe Pena2009-01-092-0/+8
|
* Param parsing cleanupIlia Alshanetsky2009-01-061-2/+2
|