summaryrefslogtreecommitdiff
path: root/Zend/zend_highlight.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
* fix datatype mismatchesAnatol Belski2014-10-231-1/+1
* Fix zend_highlight functionality I brokeNikita Popov2014-08-271-2/+8
* master renames phase 1Anatol Belski2014-08-251-2/+2
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+1
|\
| * Fix bug #66660: use str_efree instead of efree to handle interned empty strin...Ferenc Kovacs2014-04-131-1/+1
| * Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2014-02-231-1/+1
| |\
| | * Make sure value is initializedJohannes Schlüter2014-02-231-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-9/+9
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-10/+11
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-2/+2
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed bug #63874 (Segfaul if php_strip_whitespace has heredoc)Pierrick Charron2012-12-291-1/+0
* | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-2/+0
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-9/+9
|/
* - Year++Felipe Pena2011-01-011-1/+1
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-5/+0
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-23/+22
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-22/+23
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: Implemented manual scanning for strings/comments, plus misc. fixesMatt Wilmas2009-05-051-21/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-261-17/+5
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-0/+17
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-20/+2
* Added NEWDOCDmitry Stogov2008-02-121-1/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #42767 (highlight_string() truncates trailing comment)Ilia Alshanetsky2007-09-261-2/+13
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #35655 (whitespace following end of heredoc is lost).Ilia Alshanetsky2005-12-131-18/+12
* Fixed bug #35411 (Regression with \{$ handling).Ilia Alshanetsky2005-11-271-0/+6
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #29338 (unencoded spaces get ignored after certain tags).Ilia Alshanetsky2005-05-221-11/+3
* Fixed bug #31371 (highlight_file() trims new line after heredoc).Ilia Alshanetsky2005-01-021-7/+6
* - Fixed bug #28930 (PHP sources pick wrong header files generated by bison)foobar2004-12-301-1/+1
* MFH: Fixed bug #29607 (highlighting code with HEREDOC produces invalidIlia Alshanetsky2004-08-111-0/+6
* Fixed bug #29606 (php_strip_whitespace() prints to stdout rather thenIlia Alshanetsky2004-08-101-4/+4
* - Use <span> instead of <font> in highlight_string(). (Patch by mg@iceni.pl)Derick Rethans2004-02-251-5/+5
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Fixed Bug #26703 (Certain characters inside strings incorrectly treated asIlia Alshanetsky2003-12-251-6/+4
* Fixed bug #26463 (Incorrect handling of semicolons after heredoc)Ilia Alshanetsky2003-11-291-6/+0