summaryrefslogtreecommitdiff
path: root/Zend/zend_highlight.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Switch to bison location tracking"Nikita Popov2019-03-281-5/+3
* Switch to bison location trackingNikita Popov2019-03-211-3/+5
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* se zval_ptr_dtor_str() instead of zend_string_release_ex(Z_STR(*), 0)Dmitry Stogov2018-07-041-2/+2
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* PHP scanner optimizationDmitry Stogov2018-03-141-5/+3
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed bug #71806Nikita Popov2016-03-111-0/+3
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Fix bug #71086Nikita Popov2015-12-111-0/+4
* 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