Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | |||||
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 3 | -3/+3 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-05-21 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.3: Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt | ||||
| * | Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt | Matt Ficken | 2012-05-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -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 fails | Anatoliy Belsky | 2012-04-16 | 1 | -1/+1 |
| | | |||||
| * | fix bug #54682 (tidy null pointer dereference) | Antony Dovgal | 2012-02-07 | 2 | -3/+7 |
| | | |||||
| * | minor tweak to warning to fix the bug54682.phpt test | Nuno Lopes | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | revert r319254 (fix bug #54682) since it is not correct | Nuno Lopes | 2012-01-21 | 2 | -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 Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
| * | - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference) | Felipe Pena | 2011-11-15 | 2 | -1/+14 |
| | | |||||
| * | - force LF (svn prop and config) | Pierre Joye | 2011-09-07 | 4 | -11/+12 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 |
| | | |||||
| * | - keep node creation check | Pierre Joye | 2011-04-25 | 1 | -1/+1 |
| | | |||||
| * | - keep inode creation check | Pierre Joye | 2011-04-25 | 1 | -0/+4 |
| | | |||||
| * | - fix use of unitiliazed var | Pierre Joye | 2011-04-24 | 1 | -3/+3 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
| * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -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 Dovgal | 2012-02-07 | 1 | -2/+6 |
| | | |||||
* | | revert r319254 (fix bug #54682) since it is not correct | Nuno Lopes | 2012-01-21 | 2 | -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 Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
* | | - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference) | Felipe Pena | 2011-11-15 | 2 | -1/+14 |
| | | |||||
* | | - force LF (svn prop and config) | Pierre Joye | 2011-09-07 | 4 | -11/+12 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 |
| | | |||||
* | | Don't expect a path for tidy_repair_string() and fix the tests | Rasmus Lerdorf | 2011-06-12 | 3 | -6/+8 |
| | | |||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | - keep node creation check | Pierre Joye | 2011-04-25 | 1 | -1/+1 |
| | | |||||
* | | - keep inode creation check | Pierre Joye | 2011-04-25 | 1 | -0/+4 |
| | | |||||
* | | - fix use of unitiliazed var | Pierre Joye | 2011-04-24 | 1 | -3/+3 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
* | | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 2 | -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" patch | Dmitry Stogov | 2010-05-25 | 1 | -0/+12 |
| | | |||||
* | | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -3/+1 |
| | | | | | | | | classes, constants, methods and properties | ||||
* | | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+108 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -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 Nielsen | 2010-04-21 | 1 | -108/+0 |
|/ | | | | anymore and are barely updated nor available for all extensions | ||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 2 | -268/+217 |
| | |||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 2 | -217/+268 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | Add a test for tidyNode::__construct() | Pierrick Charron | 2009-12-29 | 1 | -0/+12 |
| | |||||
* | Set the tidyNode constructor private | Pierrick Charron | 2009-12-28 | 2 | -1/+2 |
| | |||||
* | Changed tidyNode class to disallow manual node creation. | Pierrick Charron | 2009-12-25 | 3 | -22/+10 |
| | |||||
* | Fixed bug #50558 (Broken object model when extending tidy) | Pierrick Charron | 2009-12-25 | 2 | -15/+28 |
| | |||||
* | Merging last tests made in HEAD | Patrick Allaert | 2009-09-01 | 6 | -0/+120 |
| | |||||
* | test for /ext/tidy from stefan priebsch | Zoe Slattery | 2009-03-16 | 1 | -0/+41 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-01-09 | 2 | -0/+8 |
| | |||||
* | Param parsing cleanup | Ilia Alshanetsky | 2009-01-06 | 1 | -2/+2 |
| |