summaryrefslogtreecommitdiff
path: root/ext/tidy/tidy.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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-011-1/+1
|
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-105/+149
| | | | | | | | | | | 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
* 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
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-267/+217
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-217/+267
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Set the tidyNode constructor privatePierrick Charron2009-12-281-1/+1
|
* Changed tidyNode class to disallow manual node creation.Pierrick Charron2009-12-251-0/+10
|
* Fixed bug #50558 (Broken object model when extending tidy)Pierrick Charron2009-12-251-15/+0
|
* Param parsing cleanupIlia Alshanetsky2009-01-061-2/+2
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFHAntony Dovgal2008-12-271-2/+2
|
* MFH: fix compile warningAntony Dovgal2008-12-271-2/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-25/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+25
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-25/+0
|
* - Added arginfo (functions)Felipe Pena2008-07-031-25/+150
|
* MFH: New way for check void parametersFelipe Pena2008-03-101-6/+6
|
* - MFH revert over constfyingMarcus Boerger2008-01-271-1/+1
|
* more const kewywordingNuno Lopes2008-01-251-1/+1
| | | | | remove spl_functions_none var (wast used anywhere
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
|
* fix crash when fetching a node type that doesnt existNuno Lopes2007-09-201-12/+18
| | | | | # reported in a manual user note
* get ride of warnings (different signdess)Nuno Lopes2007-05-041-8/+8
|
* merge the tidyNode::getParent() patch from HEADNuno Lopes2007-02-111-0/+25
|
* fix a few crashesNuno Lopes2007-01-231-4/+4
|
* fix another crashNuno Lopes2007-01-201-2/+4
|
* fix crash. tests will followNuno Lopes2007-01-201-1/+1
|
* fix segfaults with new libtidy. the patch is backwards compatibleNuno Lopes2007-01-191-17/+18
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+1
|
* protosHannes Magnusson2006-10-021-1/+1
|
* remove warning. thanks Tony for noticingNuno Lopes2006-09-151-2/+0
|
* remove more old code and macros. also remove the module global 'inst' (not ↵Nuno Lopes2006-09-151-55/+7
| | | | needed anymore)
* sync code and tests between HEAD and PHP_5_2 branches. what a confusion...Nuno Lopes2006-09-051-1/+1
|
* finish the cleaning. also add a new testNuno Lopes2006-09-051-14/+0
|
* remove some leftover code from the time tidy would throw exceptionsNuno Lopes2006-09-051-37/+0
|
* MFH: z/Z problem fixesAntony Dovgal2006-08-311-19/+19
|
* no such functionAntony Dovgal2006-08-301-1/+0
|
* MFH: fix leak, add testAntony Dovgal2006-08-301-1/+1
|
* move static declaration to *.c filesNuno Lopes2006-08-141-0/+52
| | | | | mroe static/const keywording
* more static keywordingNuno Lopes2006-08-141-46/+46
| | | | | also remove the libtidy patch, as it is too old. users should use a newer libtify anyway
* MFHNuno Lopes2006-07-081-22/+11
|