summaryrefslogtreecommitdiff
path: root/Zend/zend_highlight.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-0/+17
* updating license information in the headers.James Cox2003-06-101-1/+1
* Revert portions of the doc comment patch. There should be no parserAndrei Zmievski2003-04-021-0/+3
* - Keep track of starting/ending line numbers for user functions.Andrei Zmievski2003-03-191-0/+1
* More cleanup of the zend_strip() function.Ilia Alshanetsky2003-03-061-24/+20
* Fixed in zend_strip() that corrupted heredoc.Ilia Alshanetsky2003-03-061-13/+13
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Sync zend_html_puts parameter list with Zend Engine 1.Sebastian Bergmann2002-10-201-4/+4
* Make zend actually strip comments. Bug #18151Ilia Alshanetsky2002-09-151-1/+1
* MFZE1Zeev Suraski2002-05-121-9/+14
* MFZE1Zeev Suraski2002-05-111-2/+2
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* MFZE1 (added zend_strip mode in the highliter)Sebastian Bergmann2001-12-111-0/+61
* Better shared codeZeev Suraski2001-08-061-10/+2
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-061-2/+2
* More TSRMLS_FETCH workZeev Suraski2001-07-301-2/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+5
* Improve XHTML compliance (suggested by Anil Madhavapeddy)Zeev Suraski2001-06-121-1/+1